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 | çñï½½é® | 1110011111110001100000011110111110111101101111011110100110101110 | e7f181efbdbde9ae |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | çñ?ï??é® | 100011111010101110101110100011111010101111010000001111111000111110101011110000010011111100111111100011111010101110110001100011111010001011101110 | 8fabae8fabd03f8fabc13f3f8fabb18fa2ee |
UTF-8 | çñï½½é® | 11000011101001111100001110110001110000101000000111000011101011111100001010111101110000101011110111000011101010011100001010101110 | c3a7c3b1c281c3afc2bdc2bdc3a9c2ae |
UHC | ????½½?® | 0011111100111111001111110011111110101000111101101010100011110110001111111010001011100111 | 3f3f3f3fa8f6a8f63fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)