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 | 銖√Ι | 111001111111000110000001111000111000001110100111 | e7f181e383a7 |
EUC-JP | 銖√Ι | 111011101111001110100010111001011010011010101001 | eef3a2e5a6a9 |
UTF-8 | 銖√Ι | 1110100110001010100101101110001010001000100110101100111010011001 | e98a96e2889ace99 |
UHC | 銖√Ι | 111000101100011110100001111011101010010111001001 | e2c7a1eea5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)