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 | ½ÛUn}½ÛUn{^ | 1011110111011011010101010110111001111101101111011101101101010101011011100111101101011110 | bddb556e7dbddb556e7b5e |
SJIS-WIN | ??Un}??Un{^ | 0011111100111111010101010110111001111101001111110011111101010101011011100111101101011110 | 3f3f556e7d3f3f556e7b5e |
EUC-JP | ?ÛUn}?ÛUn{^ | 001111111000111110101010111001010101010101101110011111010011111110001111101010101110010101010101011011100111101101011110 | 3f8faae5556e7d3f8faae5556e7b5e |
UTF-8 | ½ÛUn}½ÛUn{^ | 110000101011110111000011100110110101010101101110011111011100001010111101110000111001101101010101011011100111101101011110 | c2bdc39b556e7dc2bdc39b556e7b5e |
UHC | ½?Un}½?Un{^ | 10101000111101100011111101010101011011100111110110101000111101100011111101010101011011100111101101011110 | a8f63f556e7da8f63f556e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)