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 | 110111101110100001000101 | dee845 |
SJIS-WIN | ??E | 001111110011111101000101 | 3f3f45 |
EUC-JP | ÞèE | 10001111101010011011000010001111101010111011001001000101 | 8fa9b08fabb245 |
UTF-8 | ÞèE | 1100001110011110110000111010100001000101 | c39ec3a845 |
UHC | Þ?E | 10101000101011010011111101000101 | a8ad3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)