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 | 1110010010111101100011011000111110001111010011110100000001101000 | e4bd8d8f8f4f4068 |
SJIS-WIN | ?????O@h | 0011111100111111001111110011111100111111010011110100000001101000 | 3f3f3f3f3f4f4068 |
EUC-JP | ä????O@h | 10001111101010111010001100111111001111110011111100111111010011110100000001101000 | 8faba33f3f3f3f4f4068 |
UTF-8 | ä½O@h | 11000011101001001100001010111101110000101000110111000010100011111100001010001111010011110100000001101000 | c3a4c2bdc28dc28fc28f4f4068 |
UHC | ?½???O@h | 001111111010100011110110001111110011111100111111010011110100000001101000 | 3fa8f63f3f3f4f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)