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 | 珈鱆眄盖珀 | 11100000110110111110100111100001111000011011111011100001101100111110000011011111 | e0dbe9e1e1bee1b3e0df |
EUC-JP | 珈鱆眄盖珀 | 11100000110111011111001011100011111000101100000011100010101101011110000011100001 | e0ddf2e3e2c0e2b5e0e1 |
UTF-8 | 珈鱆眄盖珀 | 111001111000111110001000111010011011000110000110111001111001110010000100111001111001101110010110111001111000111110000000 | e78f88e9b186e79c84e79b96e78f80 |
UHC | ??眄盖珀 | 0011111100111111110110001111100011001011110011001101101011010110 | 3f3fd8f8cbccdad6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)