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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遶ェ隹キ襄 | 1110011110101011101010101110100010110000101101111110010111110101 | e7abaae8b0b7e5f5 |
EUC-JP | 遶ェ隹キ襄 | 11101110101011011000111010101010111100001011001010001110101101111110101011110111 | eead8eaaf0b28eb7eaf7 |
UTF-8 | 遶ェ隹キ襄 | 111010011000000110110110111011111011110110101010111010011001101010111001111011111011110110110111111010001010010110000100 | e981b6efbdaae99ab9efbdb7e8a584 |
UHC | ????襄 | 001111110011111100111111001111111110010111010001 | 3f3f3f3fe5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)