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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 邱扠oBF | 11100111101101111001110101001100011011110100001001000110 | e7b79d4c6f4246 |
EUC-JP | 邱扠oBF | 11101110101110011101100110101101011011110100001001000110 | eeb9d9ad6f4246 |
UTF-8 | 邱扠oBF | 111010011000001010110001111001101000100110100000011011110100001001000110 | e982b1e689a06f4246 |
UHC | 邱?oBF | 110011111100100000111111011011110100001001000110 | cfc83f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)