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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉤ケ荳委 | 111001111110101010111001111001001011100010001000110011111111011111100111 | e7eab9e4b888cff7e7 |
EUC-JP | 鉤ケ荳委? | 111011101110110010001110101110011110100010111010101100001101000100111111 | eeec8eb9e8bab0d13f |
UTF-8 | 鉤ケ荳委 | 111010011000100110100100111011111011110110111001111010001000110110110011111001011010011110010100111011101001011110001010 | e989a4efbdb9e88db3e5a794ee978a |
UHC | 鉤?荳委? | 1100111111001001001111111101010011100101111010101100110100111111 | cfc93fd4e5eacd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)