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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 燒燒E | 1110000010010110111000001001011001000101 | e096e09645 |
EUC-JP | 燒燒E | 1101111111110110110111111111011001000101 | dff6dff645 |
UTF-8 | 燒燒E | 11100111100001111001001011100111100001111001001001000101 | e78792e7879245 |
UHC | 燒燒E | 1110000111000000111000011100000001000101 | e1c0e1c045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)