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 | 11100111100011101011001101000110 | e78eb346 |
EUC-JP | 邇ウF | 1110110111101110100011101011001101000110 | edee8eb346 |
UTF-8 | 邇ウF | 11101001100000101000011111101111101111011011001101000110 | e98287efbdb346 |
UHC | 邇?F | 11101100110001000011111101000110 | ecc43f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)