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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蟾侍 | 11100101101101111000111010011000 | e5b78e98 |
EUC-JP | 蟾侍 | 11101010101110011011101111111000 | eab9bbf8 |
UTF-8 | 蟾侍 | 111010001001111110111110111001001011111010001101 | e89fbee4be8d |
UHC | 蟾侍 | 11100000111010101110001110110100 | e0eae3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)