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 | 碣犲璞 | 111000011111000011100000101110101110000011110111 | e1f0e0bae0f7 |
EUC-JP | 碣犲璞 | 111000101111001011100000101111001110000011111001 | e2f2e0bce0f9 |
UTF-8 | 碣犲璞 | 111001111010001010100011111001111000101010110010111001111001001010011110 | e7a2a3e78ab2e7929e |
UHC | 碣?璞 | 1100101011100101001111111101101011010111 | cae53fdad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)