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 | 詩壽 | 10001110100011011001101011100110 | 8e8d9ae6 |
EUC-JP | 詩壽 | 10111011111011011101010011101000 | bbedd4e8 |
UTF-8 | 詩壽 | 111010001010100110101001111001011010001110111101 | e8a9a9e5a3bd |
UHC | 詩壽 | 11100011110011001110000111111000 | e3cce1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)