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 | ????KB | 001111110011111100111111001111110100101101000010 | 3f3f3f3f4b42 |
SJIS-WIN | 嘆単村束KB | 10010010010100011001001001010000100100011011101010010001101010010100101101000010 | 9251925091ba91a94b42 |
EUC-JP | 嘆単村束KB | 11000011101100101100001110110001110000101011110011000010101010110100101101000010 | c3b2c3b1c2bcc2ab4b42 |
UTF-8 | 嘆単村束KB | 1110010110011000100001101110010110001101100110001110011010011101100100011110011010011101100111110100101101000010 | e59886e58d98e69d91e69d9f4b42 |
UHC | 嘆?村束KB | 111101111010001100111111111101011011110111100001110101100100101101000010 | f7a33ff5bde1d64b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)