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 | çºU | 111001111011101010001110100011111000111101010101 | e7ba8e8f8f55 |
SJIS-WIN | ?????U | 001111110011111100111111001111110011111101010101 | 3f3f3f3f3f55 |
EUC-JP | �??U | 10001111101010111010111010001111101000101110101100111111001111110011111101010101 | 8fabae8fa2eb3f3f3f55 |
UTF-8 | çºU | 1100001110100111110000101011101011000010100011101100001010001111110000101000111101010101 | c3a7c2bac28ec28fc28f55 |
UHC | ?º???U | 00111111101010001010110000111111001111110011111101010101 | 3fa8ac3f3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)