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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 眩珀珀^ | 11100001101111111110000011011111111000001101111101011110 | e1bfe0dfe0df5e |
EUC-JP | 眩珀珀^ | 11100010110000011110000011100001111000001110000101011110 | e2c1e0e1e0e15e |
UTF-8 | 眩珀珀^ | 11100111100111001010100111100111100011111000000011100111100011111000000001011110 | e79ca9e78f80e78f805e |
UHC | 眩珀珀^ | 11111010110111111101101011010110110110101101011001011110 | fadfdad6dad65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)