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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 壤?壤?^ | 10011010110111110011111110011010110111110011111101011110 | 9adf3f9adf3f5e |
EUC-JP | 壤?壤?^ | 11010100111000010011111111010100111000010011111101011110 | d4e13fd4e13f5e |
UTF-8 | 壤쬎壤쬎^ | 11100101101000111010010011101100101011001000111011100101101000111010010011101100101011001000111001011110 | e5a3a4ecac8ee5a3a4ecac8e5e |
UHC | 壤쬎壤쬎^ | 111001011011110110100111010001001110010110111101101001110100010001011110 | e5bda744e5bda7445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)