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 | 冓儡瓊 | 100110010110100110011001010100111110000011111001 | 99699953e0f9 |
EUC-JP | 冓儡瓊 | 110100011100101011010001101101001110000011111011 | d1cad1b4e0fb |
UTF-8 | 冓儡瓊 | 111001011000011010010011111001011000010010100001111001111001001110001010 | e58693e584a1e7938a |
UHC | ?儡瓊 | 0011111111010110111011011100110011100001 | 3fd6edcce1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)