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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
| SJIS-WIN | 羶°┏譴 | 1110001110111101100000011000101110000100101011001110011010100010 | e3bd818b84ace6a2 |
| EUC-JP | 羶°┏譴 | 1110011010111111101000011110101110101000101011101110110010100100 | e6bfa1eba8aeeca4 |
| UTF-8 | 羶°┏譴 | 1110011110111110101101101100001010110000111000101001010010001111111010001010110110110100 | e7beb6c2b0e2948fe8adb4 |
| UHC | ?°┏譴 | 00111111101000011100011010100110101011101100110010111001 | 3fa1c6a6aeccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)