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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 謇」@謇」@B | 111001101000100110100011010000001110011010001001101000110100000001000010 | e689a340e689a34042 |
EUC-JP | 謇」@謇」@B | 1110101111101001100011101010001101000000111010111110100110001110101000110100000001000010 | ebe98ea340ebe98ea34042 |
UTF-8 | 謇」@謇」@B | 111010001010110010000111111011111011110110100011010000001110100010101100100001111110111110111101101000110100000001000010 | e8ac87efbda340e8ac87efbda34042 |
UHC | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)