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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 席銑席贖B | 100100001100100010010001010011001001000011001000111001101101110001000010 | 90c8914c90c8e6dc42 |
EUC-JP | 席銑席贖B | 110000001100101011000001101011011100000011001010111011001101111001000010 | c0cac1adc0caecde42 |
UTF-8 | 席銑席贖B | 11100101101110001010110111101001100010101001000111100101101110001010110111101000101101001001011001000010 | e5b8ade98a91e5b8ade8b49642 |
UHC | 席銑席贖B | 111000001010110011100000110101011110000010101100111000011101101101000010 | e0ace0d5e0ace1db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)