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 | 仙閃仙閃^ | 100100001110010110010001010011011001000011100101100100010100110101011110 | 90e5914d90e5914d5e |
EUC-JP | 仙閃仙閃^ | 110000001110011111000001101011101100000011100111110000011010111001011110 | c0e7c1aec0e7c1ae5e |
UTF-8 | 仙閃仙閃^ | 11100100101110111001100111101001100101101000001111100100101110111001100111101001100101101000001101011110 | e4bb99e99683e4bb99e996835e |
UHC | 仙閃仙閃^ | 111000001011100111100000111011001110000010111001111000001110110001011110 | e0b9e0ece0b9e0ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)