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 | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | 耨@B | 11110111101010011111000011101111111000111101001111110111101010100100000001000010 | f7a9f0efe3d3f7aa4042 |
EUC-JP | ??耨?@B | 00111111001111111110011011010101001111110100000001000010 | 3f3fe6d53f4042 |
UTF-8 | 耨@B | 1110111010010110100011001110111010000010101011101110100010000000101010001110111010010110100011010100000001000010 | ee968cee82aee880a8ee968d4042 |
UHC | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)