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 | 證零糞 | 111001101001101010010111111010111001010110110011 | e69a97eb95b3 |
EUC-JP | 證零糞 | 111010111111101011001110111011011100101010110101 | ebfaceedcab5 |
UTF-8 | 證零糞 | 111010001010110110001001111010011001101110110110111001111011001110011110 | e8ad89e99bb6e7b39e |
UHC | 證零糞 | 111100011111101111010110110000111101110111010000 | f1fbd6c3ddd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)