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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
UTF-8 | 뭑묪뭌뭈@h | 1110101110101101100100011110101110101100101010101110101110101101100011001110101110101101100010000100000001101000 | ebad91ebacaaebad8cebad884068 |
UHC | 뭑묪뭌뭈@h | 10010010010110011001001001000010100100100101011110010010010101000100000001101000 | 92599242925792544068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)