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 | ÄìÌÕ±® | 110001001110110011001100110101011011000110101110 | c4ecccd5b1ae |
SJIS-WIN | ????±? | 00111111001111110011111100111111100000010111110100111111 | 3f3f3f3f817d3f |
EUC-JP | ÄìÌÕ±® | 1000111110101010101000111000111110101011110000001000111110101010110000001000111110101010110110001010000111011110100011111010001011101110 | 8faaa38fabc08faac08faad8a1de8fa2ee |
UTF-8 | ÄìÌÕ±® | 110000111000010011000011101011001100001110001100110000111001010111000010101100011100001010101110 | c384c3acc38cc395c2b1c2ae |
UHC | ????±® | 0011111100111111001111110011111110100001101111101010001011100111 | 3f3f3f3fa1bea2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)