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 | 蝪シ邏夬陸 | 111001011010000110111100111001111011010010011010111011011001011110100100 | e5a1bce7b49aed97a4 |
EUC-JP | 蝪シ邏夬陸 | 11101010101000111000111010111100111011101011011011010100111011111100111010100110 | eaa38ebceeb6d4efcea6 |
UTF-8 | 蝪シ邏夬陸 | 111010001001110110101010111011111011110110111100111010011000001010001111111001011010010010101100111010011001100110111000 | e89daaefbdbce9828fe5a4ace999b8 |
UHC | ??邏?陸 | 00111111001111111101010110100100001111111101011111000001 | 3f3fd5a43fd7c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)