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 | ??DZY | 0011111100111111010001000101101001011001 | 3f3f445a59 |
SJIS-WIN | 嶸ェDZY | 111110101011010010101010010001000101101001011001 | fab4aa445a59 |
EUC-JP | 嶸ェDZY | 1000111110111011111101001000111010101010010001000101101001011001 | 8fbbf48eaa445a59 |
UTF-8 | 嶸ェDZY | 111001011011011010111000111011111011110110101010010001000101101001011001 | e5b6b8efbdaa445a59 |
UHC | 嶸?DZY | 111001111010111000111111010001000101101001011001 | e7ae3f445a59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)