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 | 曄ε | 10011110010000001000001111000011 | 9e4083c3 |
EUC-JP | 曄ε | 11011011101000011010011011000101 | dba1a6c5 |
UTF-8 | 曄ε | 1110011010011011100001001100111010110101 | e69b84ceb5 |
UHC | 曄ε | 11100111101001011010010111100101 | e7a5a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)