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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?貽邪蛇 | 00111111111001101100010010001110110101111000111011010110 | 3fe6c48ed78ed6 |
EUC-JP | 璇貽邪蛇 | 100011111100110011001111111011001100011010111100110110011011110011011000 | 8fcccfecc6bcd9bcd8 |
UTF-8 | 璇貽邪蛇 | 111001111001001010000111111010001011001010111101111010011000001010101010111010001001101110000111 | e79287e8b2bde982aae89b87 |
UHC | 璇貽邪蛇 | 1110000011000110111011001100001011011110111101111101111011101111 | e0c6ecc2def7deef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)