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 | «åO@h | 100011111010101111100101010011110100000001101000 | 8fabe54f4068 |
SJIS-WIN | ???O@h | 001111110011111100111111010011110100000001101000 | 3f3f3f4f4068 |
EUC-JP | ??åO@h | 0011111100111111100011111010101110101001010011110100000001101000 | 3f3f8faba94f4068 |
UTF-8 | «åO@h | 110000101000111111000010101010111100001110100101010011110100000001101000 | c28fc2abc3a54f4068 |
UHC | ???O@h | 001111110011111100111111010011110100000001101000 | 3f3f3f4f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)