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 | ôe | 10010111111101001001111001100101 | 97f49e65 |
SJIS-WIN | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
EUC-JP | ?ô?e | 001111111000111110101011110101000011111101100101 | 3f8fabd43f65 |
UTF-8 | ôe | 11000010100101111100001110110100110000101001111001100101 | c297c3b4c29e65 |
UHC | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)