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 | æ¶^é± | 11100110101101101000110001011110111010011011000110000110 | e6b68c5ee9b186 |
SJIS-WIN | ?¶?^?±? | 001111111000000111110111001111110101111000111111100000010111110100111111 | 3f81f73f5e3f817d3f |
EUC-JP | �^� | 10001111101010011100000110100010111110010011111101011110100011111010101110110001101000011101111000111111 | 8fa9c1a2f93f5e8fabb1a1de3f |
UTF-8 | æ¶^é± | 11000011101001101100001010110110110000101000110001011110110000111010100111000010101100011100001010000110 | c3a6c2b6c28c5ec3a9c2b1c286 |
UHC | æ¶?^?±? | 10101001101000011010001011010010001111110101111000111111101000011011111000111111 | a9a1a2d23f5e3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)