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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉤ケ荳 | 1110011111101010101110011110010010111000 | e7eab9e4b8 |
EUC-JP | 鉤ケ荳 | 111011101110110010001110101110011110100010111010 | eeec8eb9e8ba |
UTF-8 | 鉤ケ荳 | 111010011000100110100100111011111011110110111001111010001000110110110011 | e989a4efbdb9e88db3 |
UHC | 鉤?荳 | 1100111111001001001111111101010011100101 | cfc93fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)