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 | 1000101011100000001111110011111101100101 | 8ae03f3f65 |
| EUC-JP | 癌??e | 1011010011100010001111110011111101100101 | b4e23f3f65 |
| UTF-8 | 癌꿩굢e | 11100111100110011000110011101010101111111010100111101010101101011010001001100101 | e7998ceabfa9eab5a265 |
| UHC | 癌꿩굢e | 11100100110111111011001011100110100000101000100101100101 | e4dfb2e6828965 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)