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 | 星?星?^ | 10010000101011110011111110010000101011110011111101011110 | 90af3f90af3f5e |
EUC-JP | 星?星?^ | 11000000101100010011111111000000101100010011111101011110 | c0b13fc0b13f5e |
UTF-8 | 星離星離^ | 11100110100110001001111111101111101001111010101011100110100110001001111111101111101001111010101001011110 | e6989fefa7aae6989fefa7aa5e |
UHC | 星離星離^ | 111000001111100011101100110001101110000011111000111011001100011001011110 | e0f8ecc6e0f8ecc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)