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 | 源警珂 | 100011001011100110001100011110001000100111001111 | 8cb98c7889cf |
EUC-JP | 源警珂 | 101110001011101110110111110110011011001011010001 | b8bbb7d9b2d1 |
UTF-8 | 源警珂 | 111001101011101010010000111010001010110110100110111001111000111110000010 | e6ba90e8ada6e78f82 |
UHC | 源警珂 | 111010101011100111001100111011011100101010110001 | eab9ccedcab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)