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 | ??MF | 00111111001111110100110101000110 | 3f3f4d46 |
SJIS-WIN | 蛇魑MF | 100011101101011011101001101100110100110101000110 | 8ed6e9b34d46 |
EUC-JP | 蛇魑MF | 101111001101100011110010101101010100110101000110 | bcd8f2b54d46 |
UTF-8 | 蛇魑MF | 1110100010011011100001111110100110101101100100010100110101000110 | e89b87e9ad914d46 |
UHC | 蛇?MF | 1101111011101111001111110100110101000110 | deef3f4d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)