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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 財鶩BF | 100011011110000011101010010011100100001001000110 | 8de0ea4e4246 |
EUC-JP | 財鶩BF | 101110101110001011110011101011110100001001000110 | bae2f3af4246 |
UTF-8 | 財鶩BF | 1110100010110010101000011110100110110110101010010100001001000110 | e8b2a1e9b6a94246 |
UHC | 財鶩BF | 111011101010111111011001110100000100001001000110 | eeafd9d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)