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 | ¾åîÝG | 1011111011100101111011101101110101000111 | bee5eedd47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | ?åîÝG | 0011111110001111101010111010100110001111101010111100001010001111101010101111001001000111 | 3f8faba98fabc28faaf247 |
UTF-8 | ¾åîÝG | 110000101011111011000011101001011100001110101110110000111001110101000111 | c2bec3a5c3aec39d47 |
UHC | ¾???G | 101010001111101000111111001111110011111101000111 | a8fa3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)