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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 猩逆猩逆^ | 111000001100110110001011011101001110000011001101100010110111010001011110 | e0cd8b74e0cd8b745e |
EUC-JP | 猩逆猩逆^ | 111000001100111110110101110101011110000011001111101101011101010101011110 | e0cfb5d5e0cfb5d55e |
UTF-8 | 猩逆猩逆^ | 11100111100011001010100111101001100000001000011011100111100011001010100111101001100000001000011001011110 | e78ca9e98086e78ca9e980865e |
UHC | 猩逆猩逆^ | 111000001111101011100110101111011110000011111010111001101011110101011110 | e0fae6bde0fae6bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)