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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 阻?毫?B | 10010001011010100011111110011111011111000011111101000010 | 916a3f9f7c3f42 |
| EUC-JP | 阻?毫?B | 11000001110010110011111111011101110111010011111101000010 | c1cb3fdddd3f42 |
| UTF-8 | 阻롚毫렊B | 11101001100110001011101111101011101000011001101011100110101011111010101111101011101000001000101001000010 | e998bbeba19ae6afabeba08a42 |
| UHC | 阻롚毫렊B | 111100001110011010001110110111101111101111000110100011101010000101000010 | f0e68edefbc68ea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)