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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 源警踞 | 100011001011100110001100011110001110011011110101 | 8cb98c78e6f5 |
EUC-JP | 源警踞 | 101110001011101110110111110110011110110011110111 | b8bbb7d9ecf7 |
UTF-8 | 源警踞 | 111001101011101010010000111010001010110110100110111010001011100010011110 | e6ba90e8ada6e8b89e |
UHC | 源警踞 | 111010101011100111001100111011011100101111100110 | eab9ccedcbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)