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 | 貊e | 11100110101110111000001010000101 | e6bb8285 |
EUC-JP | 貊e | 11101100101111011010001111100101 | ecbda3e5 |
UTF-8 | 貊e | 111010001011001010001010111011111011110110000101 | e8b28aefbd85 |
UHC | 貊e | 11011000111001111010001111100101 | d8e7a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)