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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鵰萼賣 | 111111000100011111100100110100111110011011001100 | fc47e4d3e6cc |
EUC-JP | 鵰萼賣 | 10001111111010111111101111101000110101011110110011001110 | 8febfbe8d5ecce |
UTF-8 | 鵰萼賣 | 111010011011010110110000111010001001000010111100111010001011001110100011 | e9b5b0e890bce8b3a3 |
UHC | ??賣 | 00111111001111111101100011100011 | 3f3fd8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)