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 | çñ。E | 11100111111100011000110111101111101111011010000101000101 | e7f18defbda145 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | çñ?ï?¡E | 100011111010101110101110100011111010101111010000001111111000111110101011110000010011111110001111101000101100001001000101 | 8fabae8fabd03f8fabc13f8fa2c245 |
UTF-8 | çñ。E | 11000011101001111100001110110001110000101000110111000011101011111100001010111101110000101010000101000101 | c3a7c3b1c28dc3afc2bdc2a145 |
UHC | ????½¡E | 001111110011111100111111001111111010100011110110101000101010111001000101 | 3f3f3f3fa8f6a2ae45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)