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 | £º£¬^ | 1010001110111010101000111010110001011110 | a3baa3ac5e |
SJIS-WIN | £?£¬^ | 1000000110010010001111111000000110010010100000011100101001011110 | 81923f819281ca5e |
EUC-JP | £º£¬^ | 10100001111100101000111110100010111010111010000111110010101000101100110001011110 | a1f28fa2eba1f2a2cc5e |
UTF-8 | £º£¬^ | 110000101010001111000010101110101100001010100011110000101010110001011110 | c2a3c2bac2a3c2ac5e |
UHC | ?º??^ | 001111111010100010101100001111110011111101011110 | 3fa8ac3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)