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 | ?燧? | 00111111111000001001110000111111 | 3fe09c3f |
| EUC-JP | ?燧? | 00111111110111111111110000111111 | 3fdffc3f |
| UTF-8 | 쓌燧뼅 | 111011001001001110001100111001111000011110100111111010111011110010000101 | ec938ce787a7ebbc85 |
| UHC | 쓌燧뼅 | 100111010110011111100010101011001001011010001111 | 9d67e2ac968f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)