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 | 蔗刻州菴 | 1110010011110010100011011000111110001111010000101110010010111101 | e4f28d8f8f42e4bd |
EUC-JP | 蔗刻州菴 | 1110100011110100101110011110111110111101101000111110100010111111 | e8f4b9efbda3e8bf |
UTF-8 | 蔗刻州菴 | 111010001001010010010111111001011000100010111011111001011011011110011110111010001000111110110100 | e89497e588bbe5b79ee88fb4 |
UHC | 蔗刻州菴 | 1110110110111101110010101011111011110001101101101110010011100000 | edbdcabef1b6e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)