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 | 11100110110110010011111101000110 | e6d93f46 |
EUC-JP | 贓?F | 11101100110110110011111101000110 | ecdb3f46 |
UTF-8 | 贓렩F | 11101000101101001001001111101011101000001010100101000110 | e8b493eba0a946 |
UHC | 贓렩F | 1110110111111100100011101011011101000110 | edfc8eb746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)