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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鸚??維?. | 111010100101111100111111001111111000100011011011001111111000000101000100 | ea5f3f3f88db3f8144 |
EUC-JP | 鸚??維?. | 111100111100000000111111001111111011000011011101001111111010000110100101 | f3c03f3fb0dd3fa1a5 |
UTF-8 | 鸚쒓봇維낂. | 111010011011100010011010111011001001001010010011111010111011010010000111111001111011011010101101111010111000001010000010111011111011110010001110 | e9b89aec9293ebb487e7b6adeb8282efbc8e |
UHC | 鸚쒓봇維낂. | 111001011010010010011100111010101011101010111111111010111010101110000101111010011010001110101110 | e5a49ceababfebab85e9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)