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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辣ス諤ァ謫 | 1110011110000101101111011110011010000000101001111110011010010011 | e785bde680a7e693 |
EUC-JP | 辣ス諤ァ謫 | 11101101111001011000111010111101111010111110000010001110101001111110101111110011 | ede58ebdebe08ea7ebf3 |
UTF-8 | 辣ス諤ァ謫 | 111010001011111010100011111011111011110110111101111010001010101110100100111011111011110110100111111010001010110010101011 | e8bea3efbdbde8aba4efbda7e8acab |
UHC | 辣???謫 | 11010101101110000011111100111111001111111110111011100011 | d5b83f3f3feee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)