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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 駿?苡 | 1000111101111000001111111110010010001111 | 8f783fe48f |
EUC-JP | 駿?苡 | 1011110111011001001111111110011111101111 | bdd93fe7ef |
UTF-8 | 駿렏苡 | 111010011010011110111111111010111010000010001111111010001000101110100001 | e9a7bfeba08fe88ba1 |
UHC | 駿렏苡 | 111100011110011110001110101001011110110010111110 | f1e78ea5ecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)