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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蝎惹ソ・ | 111001011001100110001110111001001011111110100101 | e5998ee4bfa5 |
EUC-JP | 蝎惹ソ・ | 1110100111111001101111001110011010001110101111111000111010100101 | e9f9bce68ebf8ea5 |
UTF-8 | 蝎惹ソ・ | 111010001001110110001110111001101000001110111001111011111011110110111111111011111011110110100101 | e89d8ee683b9efbdbfefbda5 |
UHC | 蝎惹?? | 110010101110100111100101101010010011111100111111 | cae9e5a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)