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 | 矣≡ | 11100001111000011000000111011111 | e1e181df |
EUC-JP | 矣≡ | 11100010111000111010001011100001 | e2e3a2e1 |
UTF-8 | 矣≡ | 111001111001111110100011111000101000100110100001 | e79fa3e289a1 |
UHC | 矣≡ | 11101011111110001010000111010101 | ebf8a1d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)