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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雜ウ陜珠サ、 | 111010001011011010110011111010001001110110001110111011001011101110100100 | e8b6b3e89d8eecbba4 |
EUC-JP | 雜ウ陜珠サ、 | 111100001011100010001110101100111110111111111101101111001110111010001110101110111000111010100100 | f0b88eb3effdbcee8ebb8ea4 |
UTF-8 | 雜ウ陜珠サ、 | 111010011001101110011100111011111011110110110011111010011001100110011100111001111000111110100000111011111011110110111011111011111011110110100100 | e99b9cefbdb3e9999ce78fa0efbdbbefbda4 |
UHC | 雜?陜珠?? | 111011011101101000111111111110011111000011110001110000010011111100111111 | edda3ff9f0f1c13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)