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 | ?κ?臾 | 001111111000001111001000001111111110010001101011 | 3f83c83fe46b |
| EUC-JP | ?κ?臾 | 001111111010011011001010001111111110011111001100 | 3fa6ca3fe7cc |
| UTF-8 | 筽κ꼍臾 | 1110011110101101101111011100111010111010111010101011110010001101111010001000011110111110 | e7adbdcebaeabc8de887be |
| UHC | 筽κ꼍臾 | 1110100010100100101001011110101010110010101111011110101110101100 | e8a4a5eab2bdebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)