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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 旄旄}旄旄{^ | 1001110111010100100111011101010001111101100111011101010010011101110101000111101101011110 | 9dd49dd47d9dd49dd47b5e |
EUC-JP | 旄旄}旄旄{^ | 1101101011010110110110101101011001111101110110101101011011011010110101100111101101011110 | dad6dad67ddad6dad67b5e |
UTF-8 | 旄旄}旄旄{^ | 111001101001011110000100111001101001011110000100011111011110011010010111100001001110011010010111100001000111101101011110 | e69784e697847de69784e697847b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)