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 | ?_?_E | 0011111101011111001111110101111101000101 | 3f5f3f5f45 |
SJIS-WIN | 叩_叩_E | 10010010010000000101111110010010010000000101111101000101 | 92405f92405f45 |
EUC-JP | 叩_叩_E | 11000011101000010101111111000011101000010101111101000101 | c3a15fc3a15f45 |
UTF-8 | 叩_叩_E | 111001011000111110101001010111111110010110001111101010010101111101000101 | e58fa95fe58fa95f45 |
UHC | 叩_叩_E | 11001101101100000101111111001101101100000101111101000101 | cdb05fcdb05f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)