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 | 兀?兀?^ | 10011001010110010011111110011001010110010011111101011110 | 99593f99593f5e |
EUC-JP | 兀?兀?^ | 11010001101110100011111111010001101110100011111101011110 | d1ba3fd1ba3f5e |
UTF-8 | 兀껪兀껪^ | 11100101100001011000000011101010101110111010101011100101100001011000000011101010101110111010101001011110 | e58580eabbaae58580eabbaa5e |
UHC | 兀껪兀껪^ | 111010001011010010000100010001001110100010110100100001000100010001011110 | e8b48444e8b484445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)