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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?蝦庭? | 001111111000100111011010100100101110101100111111 | 3f89da92eb3f |
| EUC-JP | ?蝦庭? | 001111111011001011011100110001001110110100111111 | 3fb2dcc4ed3f |
| UTF-8 | 뤋蝦庭쳿 | 111010111010010010001011111010001001110110100110111001011011101010101101111011001011001110111111 | eba48be89da6e5baadecb3bf |
| UHC | 뤋蝦庭쳿 | 1000111110111011111110011100010011101111110101001010110001000010 | 8fbbf9c4efd4ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)