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 | 畍蔕荳羣 | 1110000101010111111001001111011011100100101110001110001110111000 | e157e4f6e4b8e3b8 |
| EUC-JP | 畍蔕荳羣 | 1110000110111000111010001111100011101000101110101110011010111010 | e1b8e8f8e8bae6ba |
| UTF-8 | 畍蔕荳羣 | 111001111001010110001101111010001001010010010101111010001000110110110011111001111011111010100011 | e7958de89495e88db3e7bea3 |
| UHC | ??荳? | 0011111100111111110101001110010100111111 | 3f3fd4e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)