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 | ìö¶a^ | 1110110011110110101101100110000101011110 | ecf6b6615e |
SJIS-WIN | ??¶a^ | 001111110011111110000001111101110110000101011110 | 3f3f81f7615e |
EUC-JP | ìö¶a^ | 10001111101010111100000010001111101010111101001110100010111110010110000101011110 | 8fabc08fabd3a2f9615e |
UTF-8 | ìö¶a^ | 1100001110101100110000111011011011000010101101100110000101011110 | c3acc3b6c2b6615e |
UHC | ??¶a^ | 001111110011111110100010110100100110000101011110 | 3f3fa2d2615e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)