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^ | 100110101000101100111111001111110110001101011110 | 9a8b3f3f635e |
EUC-JP | 嚥??c^ | 110100111110101100111111001111110110001101011110 | d3eb3f3f635e |
UTF-8 | 嚥잙젔c^ | 1110010110011010101001011110110010011110100110011110110010100000100101000110001101011110 | e59aa5ec9e99eca094635e |
UHC | 嚥잙젔c^ | 1110011010111111100111111110101110100000100100100110001101011110 | e6bf9feba092635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)