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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 邉懃カ溷ィ | 1110011110110011100111001110011110110110100111111110010110101000 | e7b39ce7b69fe5a8 |
| EUC-JP | 邉懃カ溷ィ | 11101110101101011101100011101001100011101011011011011110111001111000111010101000 | eeb5d8e98eb6dee78ea8 |
| UTF-8 | 邉懃カ溷ィ | 111010011000001010001001111001101000011110000011111011111011110110110110111001101011101010110111111011111011110110101000 | e98289e68783efbdb6e6bab7efbda8 |
| UHC | ?懃??? | 001111111101000011000100001111110011111100111111 | 3fd0c43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)