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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 蕁逸州c^ | 1110010101000000100010001110110110001111010000100110001101011110 | e54088ed8f42635e |
EUC-JP | 蕁逸州c^ | 1110100110100001101100001110111110111101101000110110001101011110 | e9a1b0efbda3635e |
UTF-8 | 蕁逸州c^ | 1110100010010101100000011110100110000000101110001110010110110111100111100110001101011110 | e89581e980b8e5b79e635e |
UHC | 蕁逸州c^ | 1101001111000110111011001110111111110001101101100110001101011110 | d3c6eceff1b6635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)