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 | 證ヲ邨 | 1110011010011010101001101110011110110101 | e69aa6e7b5 |
EUC-JP | 證ヲ邨 | 111010111111101010001110101001101110111010110111 | ebfa8ea6eeb7 |
UTF-8 | 證ヲ邨 | 111010001010110110001001111011111011110110100110111010011000001010101000 | e8ad89efbda6e982a8 |
UHC | 證?邨 | 1111000111111011001111111111010110111110 | f1fb3ff5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)