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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???夷?B | 00111111001111110011111110001000110011100011111101000010 | 3f3f3f88ce3f42 |
EUC-JP | ???夷?B | 00111111001111110011111110110000110100000011111101000010 | 3f3f3fb0d03f42 |
UTF-8 | 列룸씈夷빤B | 11101111101001101001110011101011101000111011100011101100100101001000100011100101101001001011011111101011101110011010010001000010 | efa69ceba3b8ec9488e5a4b7ebb9a442 |
UHC | 列룸씈夷빤B | 1110011011101010101101111110101110011101101000001110110010101000101110101111111001000010 | e6eab7eb9da0eca8bafe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)