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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
| SJIS-WIN | 跋サ迯冗G | 11100110111010111011101111100111100011011000111111100111111100111011111001000111 | e6ebbbe78d8fe7f3be47 |
| EUC-JP | 跋サ迯冗?G | 11101100111011011000111010111011111011011110110110111110111010010011111101000111 | eced8ebbededbee93f47 |
| UTF-8 | 跋サ迯冗G | 11101000101101111000101111101111101111011011101111101000101111111010111111100101100001101001011111101110100010101011000101000111 | e8b78befbdbbe8bfafe58697ee8ab147 |
| UHC | 跋??冗?G | 1101101110100010001111110011111111101001101101110011111101000111 | dba23f3fe9b73f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)