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 | 要ε | 10010111011101101000001111000011 | 977683c3 |
EUC-JP | 要ε | 11001101110101111010011011000101 | cdd7a6c5 |
UTF-8 | 要ε | 1110100010100110100000011100111010110101 | e8a681ceb5 |
UHC | 要ε | 11101001101010011010010111100101 | e9a9a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)