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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 酌屡赦 | 100011101101111010001110110001101000111011001101 | 8ede8ec68ecd |
EUC-JP | 酌屡赦 | 101111001110000010111100110010001011110011001111 | bce0bcc8bccf |
UTF-8 | 酌屡赦 | 111010011000010110001100111001011011000110100001111010001011010110100110 | e9858ce5b1a1e8b5a6 |
UHC | 酌?赦 | 1110110111001100001111111101111011110101 | edcc3fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)