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 | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
| SJIS-WIN | 絶?ⅹe | 100100001110001000111111111110100100100101100101 | 90e23ffa4965 |
| EUC-JP | 絶??e | 1100000011100100001111110011111101100101 | c0e43f3f65 |
| UTF-8 | 絶귛ⅹe | 11100111101101011011011011101010101101111001101111100010100001011011100101100101 | e7b5b6eab79be285b965 |
| UHC | 絶귛ⅹe | 11101111101111101000001011100101101001011010101001100101 | efbe82e5a5aa65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)