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 | 11100110100110011010100101000110 | e699a946 |
EUC-JP | 譎ゥF | 1110101111111001100011101010100101000110 | ebf98ea946 |
UTF-8 | 譎ゥF | 11101000101011011000111011101111101111011010100101000110 | e8ad8eefbda946 |
UHC | 譎?F | 11111101110100100011111101000110 | fdd23f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)