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 | ?也?? | 0011111110010110111001110011111100111111 | 3f96e73f3f |
| EUC-JP | ?也?? | 0011111111001100111010010011111100111111 | 3fcce93f3f |
| UTF-8 | 굽也딨캥 | 111010101011010110111101111001001011100110011111111010111001010010101000111011001011101010100101 | eab5bde4b99feb94a8ecbaa5 |
| UHC | 굽也딨캥 | 1011000111000001111001011010010110110101111110001100010010111011 | b1c1e5a5b5f8c4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)