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 | 貊珠 | 11100110101110111000111011101100 | e6bb8eec |
EUC-JP | 貊珠 | 11101100101111011011110011101110 | ecbdbcee |
UTF-8 | 貊珠 | 111010001011001010001010111001111000111110100000 | e8b28ae78fa0 |
UHC | 貊珠 | 11011000111001111111000111000001 | d8e7f1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)