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 | 貊鳧磬 | 111001101011101111101001111010001110000111111100 | e6bbe9e8e1fc |
EUC-JP | 貊鳧磬 | 111011001011110111110010111010101110001011111110 | ecbdf2eae2fe |
UTF-8 | 貊鳧磬 | 111010001011001010001010111010011011001110100111111001111010001110101100 | e8b28ae9b3a7e7a3ac |
UHC | 貊鳧磬 | 110110001110011111011101110000001100110011100100 | d8e7ddc0cce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)