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 | ?蒡蒡 | 0011111111100100111011101110010011101110 | 3fe4eee4ee |
EUC-JP | ?蒡蒡 | 0011111111101000111100001110100011110000 | 3fe8f0e8f0 |
UTF-8 | 뤾蒡蒡 | 111010111010010010111110111010001001001010100001111010001001001010100001 | eba4bee892a1e892a1 |
UHC | 뤾蒡蒡 | 100011111110101011011011101111001101101110111100 | 8feadbbcdbbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)