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 | Øçðú¢±^ | 11011000111001111111000011111010101000101011000101011110 | d8e7f0faa2b15e |
SJIS-WIN | ????¢±^ | 001111110011111100111111001111111000000110010001100000010111110101011110 | 3f3f3f3f8191817d5e |
EUC-JP | Øçðú¢±^ | 1000111110101001101011001000111110101011101011101000111110101001110000111000111110101011111000101010000111110001101000011101111001011110 | 8fa9ac8fabae8fa9c38fabe2a1f1a1de5e |
UTF-8 | Øçðú¢±^ | 11000011100110001100001110100111110000111011000011000011101110101100001010100010110000101011000101011110 | c398c3a7c3b0c3bac2a2c2b15e |
UHC | Ø?ð??±^ | 10101000101010100011111110101001101000110011111100111111101000011011111001011110 | a8aa3fa9a33f3fa1be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)