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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 謗匁事^ | 11100110100011101001011011100110100011101001011001011110 | e68e96e68e965e |
EUC-JP | 謗匁事^ | 11101011111011101100110011101000101110111111011001011110 | ebeecce8bbf65e |
UTF-8 | 謗匁事^ | 11101000101011001001011111100101100011001000000111100100101110101000101101011110 | e8ac97e58c81e4ba8b5e |
UHC | 謗?事^ | 110110111011111100111111110111101100000001011110 | dbbf3fdec05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)