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 | ìñÑÐBF | 111011001111000111010001110100000100001001000110 | ecf1d1d04246 |
SJIS-WIN | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
EUC-JP | ìñÑ?BF | 100011111010101111000000100011111010101111010000100011111010101011010000001111110100001001000110 | 8fabc08fabd08faad03f4246 |
UTF-8 | ìñÑÐBF | 11000011101011001100001110110001110000111001000111000011100100000100001001000110 | c3acc3b1c391c3904246 |
UHC | ???ÐBF | 00111111001111110011111110101000101000100100001001000110 | 3f3f3fa8a24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)