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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?宗 | 001111111000111101000000 | 3f8f40 |
EUC-JP | ?宗 | 001111111011110110100001 | 3fbda1 |
UTF-8 | 죌宗 | 111011001010001110001100111001011010111010010111 | eca38ce5ae97 |
UHC | 죌宗 | 11000001110011011111000011110011 | c1cdf0f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)