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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | ?峰?e^ | 001111111001010111110100001111110110010101011110 | 3f95f43f655e |
EUC-JP | 嫄峰?e^ | 1000111110111010101000011100101011110110001111110110010101011110 | 8fbaa1caf63f655e |
UTF-8 | 嫄峰룩e^ | 1110010110101011100001001110010110110011101100001110101110100011101010010110010101011110 | e5ab84e5b3b0eba3a9655e |
UHC | 嫄峰룩e^ | 1110101010110001110111001110100010110111111010000110010101011110 | eab1dce8b7e8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)