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 | 轅絞??? | 11100111011101101000110101101001001111110011111100111111 | e7768d693f3f3f |
EUC-JP | 轅絞??? | 11101101110101111011100111001010001111110011111100111111 | edd7b9ca3f3f3f |
UTF-8 | 轅絞렗흡렠 | 111010001011110110000101111001111011010110011110111010111010000010010111111011011001110110100001111010111010000010100000 | e8bd85e7b59eeba097ed9da1eba0a0 |
UHC | 轅絞렗흡렠 | 11101010101111111100111011101101100011101010110011001000111011011000111010110001 | eabfceed8eacc8ed8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)