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 | 棕??燿? | 10011110101000010011111100111111111000001010000000111111 | 9ea13f3fe0a03f |
| EUC-JP | 棕??燿? | 11011100101000110011111100111111111000001010001000111111 | dca33f3fe0a23f |
| UTF-8 | 棕멸딛燿숲 | 111001101010001110010101111010111010100110111000111010111001010010011011111001111000011110111111111011001000100010110010 | e6a395eba9b8eb949be787bfec88b2 |
| UHC | 棕멸딛燿숲 | 11110000111101111011100011101010101101011111001111101000111111001011110110100011 | f0f7b8eab5f3e8fcbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)