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 | 11100101101101001010011111100101101101001010011101000010 | e5b4a7e5b4a742 |
EUC-JP | 蟠ァ蟠ァB | 111010101011011010001110101001111110101010110110100011101010011101000010 | eab68ea7eab68ea742 |
UTF-8 | 蟠ァ蟠ァB | 11101000100111111010000011101111101111011010011111101000100111111010000011101111101111011010011101000010 | e89fa0efbda7e89fa0efbda742 |
UHC | 蟠?蟠?B | 11011010111101100011111111011010111101100011111101000010 | daf63fdaf63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)