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 | 嘲ζ | 10011010011111011000001111000100 | 9a7d83c4 |
EUC-JP | 嘲ζ | 11010011110111101010011011000110 | d3dea6c6 |
UTF-8 | 嘲ζ | 1110010110011000101100101100111010110110 | e598b2ceb6 |
UHC | 嘲ζ | 11110000101111111010010111100110 | f0bfa5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)