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 | ÷¬âÀ\ | 1111011110101100111000101100000001011100 | f7ace2c05c |
SJIS-WIN | ÷¬??\ | 10000001100000001000000111001010001111110011111101011100 | 818081ca3f3f5c |
EUC-JP | ÷¬âÀ\ | 1010000111100000101000101100110010001111101010111010010010001111101010101010001001011100 | a1e0a2cc8faba48faaa25c |
UTF-8 | ÷¬âÀ\ | 110000111011011111000010101011001100001110100010110000111000000001011100 | c3b7c2acc3a2c3805c |
UHC | ÷???\ | 101000011100000000111111001111110011111101011100 | a1c03f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)