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 | 雹宍 | 11101000101110011000111010110011 | e8b98eb3 |
EUC-JP | 雹宍 | 11110000101110111011110010110101 | f0bbbcb5 |
UTF-8 | 雹宍 | 111010011001101110111001111001011010111010001101 | e99bb9e5ae8d |
UHC | 雹? | 110110101101111100111111 | dadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)