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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑤鴫昇 | 111010101010001010001110101100001000111110111000 | eaa28eb08fb8 |
EUC-JP | 瑤鴫昇 | 111101001010010010111100101100101011111010111010 | f4a4bcb2beba |
UTF-8 | 瑤鴫昇 | 111001111001000110100100111010011011010010101011111001101001100010000111 | e791a4e9b4abe69887 |
UHC | 瑤?昇 | 1110100011111101001111111110001110110000 | e8fd3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)