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 | ?????D | 001111110011111100111111001111110011111101000100 | 3f3f3f3f3f44 |
| SJIS-WIN | 迢ク螻樊搗D | 11100111100010111011100011100101101100011001111011100110100111011001000101000100 | e78bb8e5b19ee69d9144 |
| EUC-JP | 迢ク螻樊搗D | 1110110111101011100011101011100011101010101100111101110011101000110110011111000101000100 | edeb8eb8eab3dce8d9f144 |
| UTF-8 | 迢ク螻樊搗D | 11101000101111111010001011101111101111011011100011101000100111101011101111100110101010001000101011100110100100001001011101000100 | e8bfa2efbdb8e89ebbe6a88ae6909744 |
| UHC | ???樊搗D | 0011111100111111001111111101101111100000110100111111110101000100 | 3f3f3fdbe0d3fd44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)