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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 爭耕?載冥 | 111000001010010110001101011010110011111110001101110110101001011010111011 | e0a58d6b3f8dda96bb |
| EUC-JP | 爭耕?載冥 | 111000001010011110111001110011000011111110111010110111001100110010111101 | e0a7b9cc3fbadcccbd |
| UTF-8 | 爭耕볶載冥 | 111001111000100010101101111010001000000010010101111010111011001110110110111010001011110010001001111001011000011010100101 | e788ade88095ebb3b6e8bc89e586a5 |
| UHC | 爭耕볶載冥 | 11101110101100111100110011101001101110101011101011101110101100001101100110100010 | eeb3cce9babaeeb0d9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)