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 | 111010001100111001101111 | e8ce6f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | èÎo | 10001111101010111011001010001111101010101100001001101111 | 8fabb28faac26f |
UTF-8 | èÎo | 1100001110101000110000111000111001101111 | c3a8c38e6f |
UHC | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)