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 | 100011101110110100111111001111110011111110001001100111110011111101000010 | 8eed3f3f3f899f3f42 |
EUC-JP | 種???押?B | 101111001110111100111111001111110011111110110010101000010011111101000010 | bcef3f3f3fb2a13f42 |
UTF-8 | 種뜻렪렮押렯B | 11100111101010001010111011101011100111001011101111101011101000001010101011101011101000001010111011100110100010101011110011101011101000001010111101000010 | e7a8aeeb9cbbeba0aaeba0aee68abceba0af42 |
UHC | 種뜻렪렮押렯B | 11110000111110101011011011100110100011101011100010001110101110111110010011100011100011101011110001000010 | f0fab6e68eb88ebbe4e38ebc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)