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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 輊軫潁鳰 | 1110011101101000111001110110011010011111111100011110100111101010 | e768e7669ff1e9ea |
| EUC-JP | 輊軫潁鳰 | 1110110111001001111011011100011111011110111100111111001011101100 | edc9edc7def3f2ec |
| UTF-8 | 輊軫潁鳰 | 111010001011110010001010111010001011101110101011111001101011110110000001111010011011001110110000 | e8bc8ae8bbabe6bd81e9b3b0 |
| UHC | ?軫潁? | 001111111111001011100010111001111011100000111111 | 3ff2e2e7b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)