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 | 00111111001111111110011001000110 | 3f3fe646 |
SJIS-WIN | ?厓?F | 0011111111111010100011010011111101000110 | 3ffa8d3f46 |
EUC-JP | ?厓æF | 0011111110001111101101001100011110001111101010011100000101000110 | 3f8fb4c78fa9c146 |
UTF-8 | 룶厓æF | 111010111010001110110110111001011000111010010011110000111010011001000110 | eba3b6e58e93c3a646 |
UHC | 룶厓æF | 10001111101010111110010011101101101010011010000101000110 | 8fabe4eda9a146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)