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 | 111000001100110111100110101010100100001001000110 | e0cde6aa4246 |
EUC-JP | 猩讙BF | 111000001100111111101100101011000100001001000110 | e0cfecac4246 |
UTF-8 | 猩讙BF | 1110011110001100101010011110100010101110100110010100001001000110 | e78ca9e8ae994246 |
UHC | 猩?BF | 1110000011111010001111110100001001000110 | e0fa3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)