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 | 跣溽泣荳 | 1110011011101111100111111110011110001011100000111110010010111000 | e6ef9fe78b83e4b8 |
| EUC-JP | 跣溽泣荳 | 1110110011110001110111101110100110110101111000111110100010111010 | ecf1dee9b5e3e8ba |
| UTF-8 | 跣溽泣荳 | 111010001011011110100011111001101011101010111101111001101011001110100011111010001000110110110011 | e8b7a3e6babde6b3a3e88db3 |
| UHC | 跣?泣荳 | 11100000110100110011111111101011111010001101010011100101 | e0d33febe8d4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)