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 | 彧晳袒 | 111110101011100111111010110110011110010111010110 | fab9fad9e5d6 |
EUC-JP | 彧晳袒 | 1000111110111100111111101000111111000010110001001110101011011000 | 8fbcfe8fc2c4ead8 |
UTF-8 | 彧晳袒 | 111001011011110110100111111001101001100110110011111010001010001010010010 | e5bda7e699b3e8a292 |
UHC | 彧晳袒 | 111010011110111011100000101011111101001110110010 | e9eee0afd3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)