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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 攀翅 | 10011101101100111110001111000000 | 9db3e3c0 |
EUC-JP | 攀翅 | 11011010101101011110011011000010 | dab5e6c2 |
UTF-8 | 攀翅 | 111001101001010010000000111001111011111110000101 | e69480e7bf85 |
UHC | 攀翅 | 11011010111001111110001111000111 | dae7e3c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)