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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瘡羔 | 11100001100011001110001110110100 | e18ce3b4 |
EUC-JP | 瘡羔 | 11100001111011001110011010110110 | e1ece6b6 |
UTF-8 | 瘡羔 | 111001111001100010100001111001111011111010010100 | e798a1e7be94 |
UHC | 瘡羔 | 11110011111010101100110111000100 | f3eacdc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)