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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 蠻侖妛@h | 1110010111000101100110001101001110011011101010100100000001101000 | e5c598d39baa4068 |
EUC-JP | 蠻侖妛@h | 1110101011000111110100001101010111010110101011000100000001101000 | eac7d0d5d6ac4068 |
UTF-8 | 蠻侖妛@h | 1110100010100000101110111110010010111110100101101110010110100110100110110100000001101000 | e8a0bbe4be96e5a69b4068 |
UHC | 蠻侖?@h | 11011000110000011101011111000010001111110100000001101000 | d8c1d7c23f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)