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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | ??袁?悛?B | 001111110011111111100101110011010011111110011100101000000011111101000010 | 3f3fe5cd3f9ca03f42 |
| EUC-JP | 翟?袁?悛?B | 1000111111010101101111000011111111101010110011110011111111011000101000100011111101000010 | 8fd5bc3feacf3fd8a23f42 |
| UTF-8 | 翟렓袁렠悛렮B | 11100111101111111001111111101011101000001001001111101000101000101000000111101011101000001010000011100110100000101001101111101011101000001010111001000010 | e7bf9feba093e8a281eba0a0e6829beba0ae42 |
| UHC | 翟렓袁렠悛렮B | 11101110111000011000111010101000111010101011111010001110101100011110111011111001100011101011101101000010 | eee18ea8eabe8eb1eef98ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)