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 | 雕?苡 | 1110100010111000001111111110010010001111 | e8b83fe48f |
EUC-JP | 雕?苡 | 1111000010111010001111111110011111101111 | f0ba3fe7ef |
UTF-8 | 雕렏苡 | 111010011001101110010101111010111010000010001111111010001000101110100001 | e99b95eba08fe88ba1 |
UHC | 雕렏苡 | 111100001110011110001110101001011110110010111110 | f0e78ea5ecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)