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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 趁壌档碪キe^ | 1110011011100001100011111110101110011110100000111110000111110010101101110110010101011110 | e6e18feb9e83e1f2b7655e |
EUC-JP | 趁壌档碪キe^ | 111011001110001110111110111011011101101111100011111000101111010010001110101101110110010101011110 | ece3beeddbe3e2f48eb7655e |
UTF-8 | 趁壌档碪キe^ | 1110100010110110100000011110010110100011100011001110011010100001101000111110011110100010101010101110111110111101101101110110010101011110 | e8b681e5a38ce6a1a3e7a2aaefbdb7655e |
UHC | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)