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 | 雋?解 | 1110100010110010001111111000100111110000 | e8b23f89f0 |
EUC-JP | 雋?解 | 1111000010110100001111111011001011110010 | f0b43fb2f2 |
UTF-8 | 雋렗解 | 111010011001101110001011111010111010000010010111111010001010011110100011 | e99b8beba097e8a7a3 |
UHC | 雋렗解 | 111100011110011010001110101011001111101010110000 | f1e68eacfab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)