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 | 譬∵。胆 | 11100110101000001000000111100110101000011001001001011111 | e6a081e6a1925f |
| EUC-JP | 譬∵。胆 | 1110110010100010101000101110100010001110101000011100001111000000 | eca2a2e88ea1c3c0 |
| UTF-8 | 譬∵。胆 | 111010001010110110101100111000101000100010110101111011111011110110100001111010001000001110000110 | e8adace288b5efbda1e88386 |
| UHC | 譬∵?? | 110111101010011110100001111100010011111100111111 | dea7a1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)