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 | 111100101010001010111101110100000100001001000110 | f2a2bdd04246 |
SJIS-WIN | ?¢??BF | 00111111100000011001000100111111001111110100001001000110 | 3f81913f3f4246 |
EUC-JP | ò¢??BF | 100011111010101111010010101000011111000100111111001111110100001001000110 | 8fabd2a1f13f3f4246 |
UTF-8 | ò¢½ÐBF | 11000011101100101100001010100010110000101011110111000011100100000100001001000110 | c3b2c2a2c2bdc3904246 |
UHC | ??½ÐBF | 0011111100111111101010001111011010101000101000100100001001000110 | 3f3fa8f6a8a24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)