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 | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-WIN | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
EUC-JP | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
UTF-8 | 횙횘h횙횘h | 1110110110011010100110011110110110011010100110000110100011101101100110101001100111101101100110101001100001101000 | ed9a99ed9a9868ed9a99ed9a9868 |
UHC | 횙횘h횙횘h | 11000011100100111100001110010010011010001100001110010011110000111001001001101000 | c393c39268c393c39268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)