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 | 竪??綏石 | 1001001001000111001111110011111111100011010101101001000011001110 | 92473f3fe35690ce |
EUC-JP | 竪??綏石 | 1100001110101000001111110011111111100101101101111100000011010000 | c3a83f3fe5b7c0d0 |
UTF-8 | 竪롛롏綏石 | 111001111010101110101010111010111010000110011011111010111010000110001111111001111011011010001111111001111001111110110011 | e7abaaeba19beba18fe7b68fe79fb3 |
UHC | 竪롛롏綏石 | 11100010101101011000111011011111100011101101010111100010101101111110000010110100 | e2b58edf8ed5e2b7e0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)