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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 壤?壤?B | 10011010110111110011111110011010110111110011111101000010 | 9adf3f9adf3f42 |
EUC-JP | 壤?壤?B | 11010100111000010011111111010100111000010011111101000010 | d4e13fd4e13f42 |
UTF-8 | 壤걆壤걆B | 11100101101000111010010011101010101100011000011011100101101000111010010011101010101100011000011001000010 | e5a3a4eab186e5a3a4eab18642 |
UHC | 壤걆壤걆B | 111001011011110110000001011011101110010110111101100000010110111001000010 | e5bd816ee5bd816e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)