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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ????≫?B | 0011111100111111001111110011111110000001111000100011111101000010 | 3f3f3f3f81e23f42 |
EUC-JP | ????≫?B | 0011111100111111001111110011111110100010111001000011111101000010 | 3f3f3f3fa2e43f42 |
UTF-8 | 列룸씈履≫슜B | 11101111101001101001110011101011101000111011100011101100100101001000100011101111101001111001111111100010100010011010101111101100100010101001110001000010 | efa69ceba3b8ec9488efa79fe289abec8a9c42 |
UHC | 列룸씈履≫슜B | 11100110111010101011011111101011100111011010000011101100101010101010000111101101100110101010100101000010 | e6eab7eb9da0ecaaa1ed9aa942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)