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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闢√Ι | 111010001001001110000001111000111000001110100111 | e89381e383a7 |
EUC-JP | 闢√Ι | 111011111111001110100010111001011010011010101001 | eff3a2e5a6a9 |
UTF-8 | 闢√Ι | 1110100110010111101000101110001010001000100110101100111010011001 | e997a2e2889ace99 |
UHC | 闢√Ι | 110111001010001110100001111011101010010111001001 | dca3a1eea5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)