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 | ÷¬dâµ | 1111011110101100011001001110001010110101 | f7ac64e2b5 |
SJIS-WIN | ÷¬d?? | 10000001100000001000000111001010011001000011111100111111 | 818081ca643f3f |
EUC-JP | ÷¬dâ? | 101000011110000010100010110011000110010010001111101010111010010000111111 | a1e0a2cc648faba43f |
UTF-8 | ÷¬dâµ | 110000111011011111000010101011000110010011000011101000101100001010110101 | c3b7c2ac64c3a2c2b5 |
UHC | ÷?d?? | 101000011100000000111111011001000011111100111111 | a1c03f643f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)