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 | ??\Y | 00111111001111110101110001011001 | 3f3f5c59 |
SJIS-WIN | 軏戎\Y | 111110111011001010001111010111100101110001011001 | fbb28f5e5c59 |
EUC-JP | 軏戎\Y | 10001111111000001101100110111101101111110101110001011001 | 8fe0d9bdbf5c59 |
UTF-8 | 軏戎\Y | 1110100010111011100011111110011010001000100011100101110001011001 | e8bb8fe6888e5c59 |
UHC | ?戎\Y | 0011111111101011110101000101110001011001 | 3febd45c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)