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 | ????S | 0011111100111111001111110011111101010011 | 3f3f3f3f53 |
SJIS-WIN | 篠ニト七S | 10001110110000101100011011000100100011101011010101010011 | 8ec2c6c48eb553 |
EUC-JP | 篠ニト七S | 101111001100010010001110110001101000111011000100101111001011011101010011 | bcc48ec68ec4bcb753 |
UTF-8 | 篠ニト七S | 11100111101011111010000011101111101111101000011011101111101111101000010011100100101110001000001101010011 | e7afa0efbe86efbe84e4b88353 |
UHC | 篠??七S | 11100001110001100011111100111111111101101101001001010011 | e1c63f3ff6d253 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)