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 | 馮拑輳 | 111010010110011110011101010110011110011101110011 | e9679d59e773 |
EUC-JP | 馮拑輳 | 111100011100100011011001101110101110110111010100 | f1c8d9baedd4 |
UTF-8 | 馮拑輳 | 111010011010011010101110111001101000101110010001111010001011110010110011 | e9a6aee68b91e8bcb3 |
UHC | 馮?輳 | 1111100110100111001111111111000111001101 | f9a73ff1cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)