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 | 域ζ?^ | 100010001110011010000011110001000011111101011110 | 88e683c43f5e |
EUC-JP | 域ζ?^ | 101100001110100010100110110001100011111101011110 | b0e8a6c63f5e |
UTF-8 | 域ζ뇰^ | 111001011001111110011111110011101011011011101011100001111011000001011110 | e59f9fceb6eb87b05e |
UHC | 域ζ뇰^ | 11100110101101001010010111100110101101001010010101011110 | e6b4a5e6b4a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)