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 | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 勺鴫BF | 100011101101100110001110101100000100001001000110 | 8ed98eb04246 |
EUC-JP | 勺鴫BF | 101111001101101110111100101100100100001001000110 | bcdbbcb24246 |
UTF-8 | 勺鴫BF | 1110010110001011101110101110100110110100101010110100001001000110 | e58bbae9b4ab4246 |
UHC | 勺?BF | 1110110111000011001111110100001001000110 | edc33f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)