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 | ???芦 | 0011111100111111001111111000100010110000 | 3f3f3f88b0 |
| EUC-JP | 琰??芦 | 10001111110011001011010000111111001111111011000010110010 | 8fccb43f3fb0b2 |
| UTF-8 | 琰녕슝芦 | 111001111001000010110000111010111000010110010101111011001000101010011101111010001000101010100110 | e790b0eb8595ec8a9de88aa6 |
| UHC | 琰녕슝芦 | 1110011011111100101100111110011110111101101110011111101111011000 | e6fcb3e7bdb9fbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)