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 | 11100110111010111010100001000110 | e6eba846 |
EUC-JP | 跋ィF | 1110110011101101100011101010100001000110 | eced8ea846 |
UTF-8 | 跋ィF | 11101000101101111000101111101111101111011010100001000110 | e8b78befbda846 |
UHC | 跋?F | 11011011101000100011111101000110 | dba23f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)