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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 蜃晧「看徹 | 111001011000011110011101111011001010001010001010110001011001001101001111 | e5879deca28ac5934f |
| EUC-JP | 蜃晧「看徹 | 11101001111001111101101011101110100011101010001010110100110001111100010110110000 | e9e7daee8ea2b4c7c5b0 |
| UTF-8 | 蜃晧「看徹 | 111010001001110010000011111001101001100110100111111011111011110110100010111001111001110010001011111001011011111010111001 | e89c83e699a7efbda2e79c8be5beb9 |
| UHC | 蜃晧?看徹 | 111000111111000111111011110001010011111111001010110101111111010011001011 | e3f1fbc53fcad7f4cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)