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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 僥??孃?? | 1001100101000110001111110011111110011011011011110011111100111111 | 99463f3f9b6f3f3f |
| EUC-JP | 僥??孃?? | 1101000110100111001111110011111111010101110100000011111100111111 | d1a73f3fd5d03f3f |
| UTF-8 | 僥륅쉈孃룟꽄 | 111001011000001110100101111010111010010110000101111011001000100110001000111001011010110110000011111010111010001110011111111010101011110110000100 | e583a5eba585ec8988e5ad83eba39feabd84 |
| UHC | 僥륅쉈孃룟꽄 | 111010001110100110001111111011111011110110100101111001011011111010110111111001011000010010010110 | e8e98fefbda5e5beb7e58496 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)