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 | 拌碆}拌碆{^ | 1001110101100001111000011110110001111101100111010110000111100001111011000111101101011110 | 9d61e1ec7d9d61e1ec7b5e |
EUC-JP | 拌碆}拌碆{^ | 1101100111000010111000101110111001111101110110011100001011100010111011100111101101011110 | d9c2e2ee7dd9c2e2ee7b5e |
UTF-8 | 拌碆}拌碆{^ | 111001101000101110001100111001111010001010000110011111011110011010001011100011001110011110100010100001100111101101011110 | e68b8ce7a2867de68b8ce7a2867b5e |
UHC | 拌?}拌?{^ | 110110101110010100111111011111011101101011100101001111110111101101011110 | dae53f7ddae53f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)