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 | 崇 | 1001000010010010 | 9092 |
EUC-JP | 崇 | 1011111111110010 | bff2 |
UTF-8 | 崇 | 111001011011010010000111 | e5b487 |
UHC | 崇 | 1110001011111101 | e2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)