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 | ??d}??d{^ | 001111110011111101100100011111010011111100111111011001000111101101011110 | 3f3f647d3f3f647b5e |
SJIS-WIN | 禎?d}禎?d{^ | 1001001011110101001111110110010001111101100100101111010100111111011001000111101101011110 | 92f53f647d92f53f647b5e |
EUC-JP | 禎?d}禎?d{^ | 1100010011110111001111110110010001111101110001001111011100111111011001000111101101011110 | c4f73f647dc4f73f647b5e |
UTF-8 | 禎렦d}禎렦d{^ | 1110011110100110100011101110101110100000101001100110010001111101111001111010011010001110111010111010000010100110011001000111101101011110 | e7a68eeba0a6647de7a68eeba0a6647b5e |
UHC | 禎렦d}禎렦d{^ | 11101111111011101000111010110101011001000111110111101111111011101000111010110101011001000111101101011110 | efee8eb5647defee8eb5647b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)