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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | ??W | 001111110011111101010111 | 3f3f57 |
EUC-JP | ??W | 001111110011111101010111 | 3f3f57 |
UTF-8 | 묧묨W | 11101011101011001010011111101011101011001010100001010111 | ebaca7ebaca857 |
UHC | 묧묨W | 1001000111111110100100100100000101010111 | 91fe924157 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)