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 | ?劇?拭 | 001111111000110010000000001111111001000001000000 | 3f8c803f9040 |
| EUC-JP | ?劇?拭 | 001111111011011111100000001111111011111110100001 | 3fb7e03fbfa1 |
| UTF-8 | 뤋劇툘拭 | 111010111010010010001011111001011000101010000111111011011000100010011000111001101000101110101101 | eba48be58a87ed8898e68bad |
| UHC | 뤋劇툘拭 | 1000111110111011110100001011110010111000100011111110001111010100 | 8fbbd0bcb88fe3d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)