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 | 曜??燁? | 10010111011010100011111100111111111110110101100100111111 | 976a3f3ffb593f |
| EUC-JP | 曜??燁? | 1100110111001011001111110011111110001111110010101011001100111111 | cdcb3f3f8fcab33f |
| UTF-8 | 曜쒒젺燁쁁 | 111001101001101110011100111011001001001010010010111011001010000010111010111001111000011110000001111011001000000110000001 | e69b9cec9292eca0bae78781ec8181 |
| UHC | 曜쒒젺燁쁁 | 11101000111110001001110011101001101000001010110111100111101001111001100001000010 | e8f89ce9a0ade7a79842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)