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 | ÷¤ÝÜ^ | 1111011110100100110111011101110001011110 | f7a4dddc5e |
SJIS-WIN | ÷???^ | 100000011000000000111111001111110011111101011110 | 81803f3f3f5e |
EUC-JP | ÷¤ÝÜ^ | 101000011110000010001111101000101111000010001111101010101111001010001111101010101110010001011110 | a1e08fa2f08faaf28faae45e |
UTF-8 | ÷¤ÝÜ^ | 110000111011011111000010101001001100001110011101110000111001110001011110 | c3b7c2a4c39dc39c5e |
UHC | ÷¤??^ | 10100001110000001010001010110100001111110011111101011110 | a1c0a2b43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)