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 | 闡「逞尿 | 11101000100100011010001011100111100101111001010001000001 | e891a2e7979441 |
| EUC-JP | 闡「逞尿 | 1110111111110001100011101010001011101101111101111100011110100010 | eff18ea2edf7c7a2 |
| UTF-8 | 闡「逞尿 | 111010011001011110100001111011111011110110100010111010011000000010011110111001011011000010111111 | e997a1efbda2e9809ee5b0bf |
| UHC | 闡?逞尿 | 11110100110001010011111111010110110000011101001011100011 | f4c53fd6c1d2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)