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^ | 100010100111101000111111001111110110010101011110 | 8a7a3f3f655e |
EUC-JP | 額??e^ | 101100111101101100111111001111110110010101011110 | b3db3f3f655e |
UTF-8 | 額릢뜣e^ | 1110100110100001100011011110101110100110101000101110101110011100101000110110010101011110 | e9a18deba6a2eb9ca3655e |
UHC | 額릢뜣e^ | 1110010011111110100100001000010010001101101001100110010101011110 | e4fe90848da6655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)