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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟠野ィ | 1110010110110100100101101110110010101000 | e5b496eca8 |
EUC-JP | 蟠野ィ | 111010101011011011001100111011101000111010101000 | eab6ccee8ea8 |
UTF-8 | 蟠野ィ | 111010001001111110100000111010011000011110001110111011111011110110101000 | e89fa0e9878eefbda8 |
UHC | 蟠野? | 1101101011110110111001011010111100111111 | daf6e5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)