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] | 1110000011010111011010010101000101011101 | e0d769515d |
EUC-JP | 獸iQ] | 1110000011011001011010010101000101011101 | e0d969515d |
UTF-8 | 獸iQ] | 111001111000110110111000011010010101000101011101 | e78db869515d |
UHC | 獸iQ] | 1110001010101110011010010101000101011101 | e2ae69515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)