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 | 拌篌}拌篌{^ | 1001110101100001111000101011101001111101100111010110000111100010101110100111101101011110 | 9d61e2ba7d9d61e2ba7b5e |
EUC-JP | 拌篌}拌篌{^ | 1101100111000010111001001011110001111101110110011100001011100100101111000111101101011110 | d9c2e4bc7dd9c2e4bc7b5e |
UTF-8 | 拌篌}拌篌{^ | 111001101000101110001100111001111010111110001100011111011110011010001011100011001110011110101111100011000111101101011110 | e68b8ce7af8c7de68b8ce7af8c7b5e |
UHC | 拌?}拌?{^ | 110110101110010100111111011111011101101011100101001111110111101101011110 | dae53f7ddae53f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)