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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 獻獻F | 1110000011011001111000001101100101000110 | e0d9e0d946 |
EUC-JP | 獻獻F | 1110000011011011111000001101101101000110 | e0dbe0db46 |
UTF-8 | 獻獻F | 11100111100011011011101111100111100011011011101101000110 | e78dbbe78dbb46 |
UHC | 獻獻F | 1111101011001100111110101100110001000110 | faccfacc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)