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 | ?舜?? | 0011111110001111011101110011111100111111 | 3f8f773f3f |
| EUC-JP | ?舜?? | 0011111110111101110110000011111100111111 | 3fbdd83f3f |
| UTF-8 | 쒔舜렋렠 | 111011001001001010010100111010001000100010011100111010111010000010001011111010111010000010100000 | ec9294e8889ceba08beba0a0 |
| UHC | 쒔舜렋렠 | 1011111010101101111000101110111110001110101000101000111010110001 | beade2ef8ea28eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)