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 | 111100011110000010111001110100000100001001000110 | f1e0b9d04246 |
SJIS-WIN | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
EUC-JP | ñà??BF | 10001111101010111101000010001111101010111010001000111111001111110100001001000110 | 8fabd08faba23f3f4246 |
UTF-8 | ñà¹ÐBF | 11000011101100011100001110100000110000101011100111000011100100000100001001000110 | c3b1c3a0c2b9c3904246 |
UHC | ??¹ÐBF | 0011111100111111101010011111011010101000101000100100001001000110 | 3f3fa9f6a8a24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)