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 | 螟千、ヲ | 111001011010010010010000111001111010010010100110 | e5a490e7a4a6 |
EUC-JP | 螟千、ヲ | 1110101010100110110000001110100110001110101001001000111010100110 | eaa6c0e98ea48ea6 |
UTF-8 | 螟千、ヲ | 111010001001111010011111111001011000110110000011111011111011110110100100111011111011110110100110 | e89e9fe58d83efbda4efbda6 |
UHC | 螟千?? | 110110011010110111110100101101100011111100111111 | d9adf4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)