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 | ?蔡蔡 | 0011111111100100111011111110010011101111 | 3fe4efe4ef |
EUC-JP | ?蔡蔡 | 0011111111101000111100011110100011110001 | 3fe8f1e8f1 |
UTF-8 | 장蔡蔡 | 111011001001111010100101111010001001010010100001111010001001010010100001 | ec9ea5e894a1e894a1 |
UHC | 장蔡蔡 | 110000001110010111110011111110011111001111111001 | c0e5f3f9f3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)