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 | ò¦ÐúÞ¶ | 111100101010011011010000111110101101111010110110 | f2a6d0fadeb6 |
SJIS-WIN | ?????¶ | 00111111001111110011111100111111001111111000000111110111 | 3f3f3f3f3f81f7 |
EUC-JP | ò¦?úÞ¶ | 100011111010101111010010100011111010001011000011001111111000111110101011111000101000111110101001101100001010001011111001 | 8fabd28fa2c33f8fabe28fa9b0a2f9 |
UTF-8 | ò¦ÐúÞ¶ | 110000111011001011000010101001101100001110010000110000111011101011000011100111101100001010110110 | c3b2c2a6c390c3bac39ec2b6 |
UHC | ??Ð?Þ¶ | 001111110011111110101000101000100011111110101000101011011010001011010010 | 3f3fa8a23fa8ada2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)