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 | ? | 00111111 | 3f |
SJIS-WIN | 紅 | 1000110101100111 | 8d67 |
EUC-JP | 紅 | 1011100111001000 | b9c8 |
UTF-8 | 紅 | 111001111011010010000101 | e7b485 |
UHC | 紅 | 1111101111110101 | fbf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)