To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 暸薛B | 1001111001000001111001010100110001000010 | 9e41e54c42 |
EUC-JP | 暸薛B | 1101101110100010111010011010110101000010 | dba2e9ad42 |
UTF-8 | 暸薛B | 11100110100110101011100011101000100101101001101101000010 | e69ab8e8969b42 |
UHC | ?薛B | 00111111111000001110000001000010 | 3fe0e042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)