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 | 率? | 100101111010011000111111 | 97a63f |
EUC-JP | 率? | 110011101010100000111111 | cea83f |
UTF-8 | 率듸 | 111001111000111010000111111010111001001110111000 | e78e87eb93b8 |
UHC | 率듸 | 11100001111000111011010111101111 | e1e3b5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)