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 | 陜溪束 | 111010001001110110011111111000101001000110101001 | e89d9fe291a9 |
EUC-JP | 陜溪束 | 111011111111110111011110111001001100001010101011 | effddee4c2ab |
UTF-8 | 陜溪束 | 111010011001100110011100111001101011101010101010111001101001110110011111 | e9999ce6baaae69d9f |
UHC | 陜溪束 | 111110011111000011001101101000101110000111010110 | f9f0cda2e1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)