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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 域ζ?B | 100010001110011010000011110001000011111101000010 | 88e683c43f42 |
EUC-JP | 域ζ?B | 101100001110100010100110110001100011111101000010 | b0e8a6c63f42 |
UTF-8 | 域ζ뇰B | 111001011001111110011111110011101011011011101011100001111011000001000010 | e59f9fceb6eb87b042 |
UHC | 域ζ뇰B | 11100110101101001010010111100110101101001010010101000010 | e6b4a5e6b4a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)