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 | 10011001010110010011111110011001010110010011111101000010 | 99593f99593f42 |
EUC-JP | 兀?兀?B | 11010001101110100011111111010001101110100011111101000010 | d1ba3fd1ba3f42 |
UTF-8 | 兀뻵兀뻵B | 11100101100001011000000011101011101110111011010111100101100001011000000011101011101110111011010101000010 | e58580ebbbb5e58580ebbbb542 |
UHC | 兀뻵兀뻵B | 111010001011010010010110011110101110100010110100100101100111101001000010 | e8b4967ae8b4967a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)