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 | 蟠野ィ∵オ | 1110010110110100100101101110110010101000100000011110011010110101 | e5b496eca881e6b5 |
EUC-JP | 蟠野ィ∵オ | 11101010101101101100110011101110100011101010100010100010111010001000111010110101 | eab6ccee8ea8a2e88eb5 |
UTF-8 | 蟠野ィ∵オ | 111010001001111110100000111010011000011110001110111011111011110110101000111000101000100010110101111011111011110110110101 | e89fa0e9878eefbda8e288b5efbdb5 |
UHC | 蟠野?∵? | 1101101011110110111001011010111100111111101000011111000100111111 | daf6e5af3fa1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)