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 | çý¬ê±© | 111001111111110110101100111010101011000110101001 | e7fdaceab1a9 |
SJIS-WIN | ??¬?±? | 0011111100111111100000011100101000111111100000010111110100111111 | 3f3f81ca3f817d3f |
EUC-JP | çý¬ê±© | 10001111101010111010111010001111101010111111001010100010110011001000111110101011101101001010000111011110100011111010001011101101 | 8fabae8fabf2a2cc8fabb4a1de8fa2ed |
UTF-8 | çý¬ê±© | 110000111010011111000011101111011100001010101100110000111010101011000010101100011100001010101001 | c3a7c3bdc2acc3aac2b1c2a9 |
UHC | ????±? | 00111111001111110011111100111111101000011011111000111111 | 3f3f3f3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)