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 | 盖獗魎鱆珀 | 11100001101100111110000011010011111010011011001011101001111000011110000011011111 | e1b3e0d3e9b2e9e1e0df |
EUC-JP | 盖獗魎鱆珀 | 11100010101101011110000011010101111100101011010011110010111000111110000011100001 | e2b5e0d5f2b4f2e3e0e1 |
UTF-8 | 盖獗魎鱆珀 | 111001111001101110010110111001111000110110010111111010011010110110001110111010011011000110000110111001111000111110000000 | e79b96e78d97e9ad8ee9b186e78f80 |
UHC | 盖獗??珀 | 1100101111001100110011111111000100111111001111111101101011010110 | cbcccff13f3fdad6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)