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 | 閼ア邯サ譌就 | 11101000100001001011000111100111101101101011101111100110100101111000111101000001 | e884b1e7b6bbe6978f41 |
| EUC-JP | 閼ア邯サ譌就 | 111011111110010010001110101100011110111010111000100011101011101111101011111101111011110110100010 | efe48eb1eeb88ebbebf7bda2 |
| UTF-8 | 閼ア邯サ譌就 | 111010011001011010111100111011111011110110110001111010011000001010101111111011111011110110111011111010001010110110001100111001011011000010110001 | e996bcefbdb1e982afefbdbbe8ad8ce5b0b1 |
| UHC | 閼?邯??就 | 111001001101100100111111110010101111101100111111001111111111011010100110 | e4d93fcafb3f3ff6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)