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 | 荊 | 1000110001110100 | 8c74 |
EUC-JP | 荊 | 1011011111010101 | b7d5 |
UTF-8 | 荊 | 111010001000110110001010 | e88d8a |
UHC | 荊 | 1111101110101010 | fbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)