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 | Ì®ä¶ | 100011101100110010001110101011101110010010110110 | 8ecc8eaee4b6 |
SJIS-WIN | ?????¶ | 00111111001111110011111100111111001111111000000111110111 | 3f3f3f3f3f81f7 |
EUC-JP | ?Ì?®ä¶ | 00111111100011111010101011000000001111111000111110100010111011101000111110101011101000111010001011111001 | 3f8faac03f8fa2ee8faba3a2f9 |
UTF-8 | Ì®ä¶ | 110000101000111011000011100011001100001010001110110000101010111011000011101001001100001010110110 | c28ec38cc28ec2aec3a4c2b6 |
UHC | ???®?¶ | 0011111100111111001111111010001011100111001111111010001011010010 | 3f3f3fa2e73fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)