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 | ?u | 0011111101110101 | 3f75 |
SJIS-WIN | 鯀u | 111010011011111101110101 | e9bf75 |
EUC-JP | 鯀u | 111100101100000101110101 | f2c175 |
UTF-8 | 鯀u | 11101001101011111000000001110101 | e9af8075 |
UHC | ?u | 0011111101110101 | 3f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)