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è§à^ | 100111100100000111101000101001111110000001011110 | 9e41e8a7e05e |
SJIS-WIN | ?A?§?^ | 00111111010000010011111110000001100110000011111101011110 | 3f413f81983f5e |
EUC-JP | ?Aè§à^ | 0011111101000001100011111010101110110010101000011111100010001111101010111010001001011110 | 3f418fabb2a1f88faba25e |
UTF-8 | Aè§à^ | 11000010100111100100000111000011101010001100001010100111110000111010000001011110 | c29e41c3a8c2a7c3a05e |
UHC | ?A?§?^ | 00111111010000010011111110100001110101110011111101011110 | 3f413fa1d73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)