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 | ?iQ] | 00111111011010010101000101011101 | 3f69515d |
SJIS-WIN | ?iQ] | 00111111011010010101000101011101 | 3f69515d |
EUC-JP | ?iQ] | 00111111011010010101000101011101 | 3f69515d |
UTF-8 | 卨iQ] | 111001011000110110101000011010010101000101011101 | e58da869515d |
UHC | 卨iQ] | 1110000011011001011010010101000101011101 | e0d969515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)