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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 鼎???e^ | 10010011010000110011111100111111001111110110010101011110 | 93433f3f3f655e |
EUC-JP | 鼎???e^ | 11000101101001000011111100111111001111110110010101011110 | c5a43f3f3f655e |
UTF-8 | 鼎브렩렍e^ | 1110100110111100100011101110101110111000100011001110101110100000101010011110101110100000100011010110010101011110 | e9bc8eebb88ceba0a9eba08d655e |
UHC | 鼎브렩렍e^ | 11110000101000111011101011101010100011101011011110001110101000110110010101011110 | f0a3baea8eb78ea3655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)