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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| EUC-JP | ??庾??^ | 0011111100111111100011111011110011001110001111110011111101011110 | 3f3f8fbcce3f3f5e |
| UTF-8 | 쑈뤊庾쥙혋^ | 11101100100100011000100011101011101001001000101011100101101110101011111011101100101001011001100111101101100110001000101101011110 | ec9188eba48ae5babeeca599ed988b5e |
| UHC | 쑈뤊庾쥙혋^ | 1011111010100100100011111011101011101010111011001010001010001110110000100111010101011110 | bea48fbaeaeca28ec2755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)