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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 瑟癇甦nB | 1110000011101100111000011001001011100001010100110110111001000010 | e0ece192e1536e42 |
EUC-JP | 瑟癇甦nB | 1110000011101110111000011111001011100001101101000110111001000010 | e0eee1f2e1b46e42 |
UTF-8 | 瑟癇甦nB | 1110011110010001100111111110011110011001100001111110011110010100101001100110111001000010 | e7919fe79987e794a66e42 |
UHC | 瑟?甦nB | 11100011101000100011111111100001110000010110111001000010 | e3a23fe1c16e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)