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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| SJIS-WIN | ??㎝???F | 0011111100111111100001110111000000111111001111110011111101000110 | 3f3f87703f3f3f46 |
| EUC-JP | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| UTF-8 | 吏앹㎝吏앹㎛F | 11101111101001111001111011101100100101011011100111100011100011101001110111101111101001111001111011101100100101011011100111100011100011101001101101000110 | efa79eec95b9e38e9defa79eec95b9e38e9b46 |
| UHC | 吏앹㎝吏앹㎛F | 11101100101001111001110111101100101001111010111111101100101001111001110111101100101001111010110101000110 | eca79deca7afeca79deca7ad46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)