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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 踐ъГB | 11100110111101101000010010001100100001000100001101000010 | e6f6848c844342 |
EUC-JP | 踐ъГB | 11101100111110001010011111101100101001111010010001000010 | ecf8a7eca7a442 |
UTF-8 | 踐ъГB | 1110100010111000100100001101000110001010110100001001001101000010 | e8b890d18ad09342 |
UHC | 踐ъГB | 11110100110000101010110011101100101011001010010001000010 | f4c2acecaca442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)