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 | 預 | 1001011101100001 | 9761 |
EUC-JP | 預 | 1100110111000010 | cdc2 |
UTF-8 | 預 | 111010011010000010010000 | e9a090 |
UHC | 預 | 1110011111101000 | e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)