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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| EUC-JP | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| UTF-8 | 歷숃쿂^ | 11101111101001101000110011101100100010001000001111101100101111111000001001011110 | efa68cec8883ecbf825e |
| UHC | 歷숃쿂^ | 11100110101110001001100111101000101100101001100001011110 | e6b899e8b2985e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)