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 | 躍ε | 10010110111101001000001111000011 | 96f483c3 |
EUC-JP | 躍ε | 11001100111101101010011011000101 | ccf6a6c5 |
UTF-8 | 躍ε | 1110100010111010100011011100111010110101 | e8ba8dceb5 |
UHC | 躍ε | 11100101101110001010010111100101 | e5b8a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)