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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 拾?? | 10001111010001010011111100111111 | 8f453f3f |
| EUC-JP | 拾?? | 10111101101001100011111100111111 | bda63f3f |
| UTF-8 | 拾룈떦 | 111001101000101110111110111010111010001110001000111010111001011010100110 | e68bbeeba388eb96a6 |
| UHC | 拾룈떦 | 111000111010011010001111100001111000101110111001 | e3a68f878bb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)