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 | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 篠エナ嫉G | 10001110110000101011010011000101100011101011100101000111 | 8ec2b4c58eb947 |
EUC-JP | 篠エナ嫉G | 101111001100010010001110101101001000111011000101101111001011101101000111 | bcc48eb48ec5bcbb47 |
UTF-8 | 篠エナ嫉G | 11100111101011111010000011101111101111011011010011101111101111101000010111100101101010111000100101000111 | e7afa0efbdb4efbe85e5ab8947 |
UHC | 篠??嫉G | 11100001110001100011111100111111111100101110110001000111 | e1c63f3ff2ec47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)