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 | 11100111101101111010111101000110 | e7b7af46 |
EUC-JP | 邱ッF | 1110111010111001100011101010111101000110 | eeb98eaf46 |
UTF-8 | 邱ッF | 11101001100000101011000111101111101111011010111101000110 | e982b1efbdaf46 |
UHC | 邱?F | 11001111110010000011111101000110 | cfc83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)