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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 禪逆 | 11100010010101111000101101110100 | e2578b74 |
EUC-JP | 禪逆 | 11100011101110001011010111010101 | e3b8b5d5 |
UTF-8 | 禪逆 | 111001111010011010101010111010011000000010000110 | e7a6aae98086 |
UHC | 禪逆 | 11100000110010011110011010111101 | e0c9e6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)