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 | Ol | 100010100100111101101100 | 8a4f6c |
SJIS-WIN | ?Ol | 001111110100111101101100 | 3f4f6c |
EUC-JP | ?Ol | 001111110100111101101100 | 3f4f6c |
UTF-8 | Ol | 11000010100010100100111101101100 | c28a4f6c |
UHC | ?Ol | 001111110100111101101100 | 3f4f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)