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 | 捐? | 100111010110111100111111 | 9d6f3f |
EUC-JP | 捐? | 110110011101000000111111 | d9d03f |
UTF-8 | 捐롐 | 111001101000110110010000111010111010000110010000 | e68d90eba190 |
UHC | 捐롐 | 11100110110010001000111011010110 | e6c88ed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)