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 | ÷¬ñÜ^ | 1111011110101100111100011101110001011110 | f7acf1dc5e |
SJIS-WIN | ÷¬??^ | 10000001100000001000000111001010001111110011111101011110 | 818081ca3f3f5e |
EUC-JP | ÷¬ñÜ^ | 1010000111100000101000101100110010001111101010111101000010001111101010101110010001011110 | a1e0a2cc8fabd08faae45e |
UTF-8 | ÷¬ñÜ^ | 110000111011011111000010101011001100001110110001110000111001110001011110 | c3b7c2acc3b1c39c5e |
UHC | ÷???^ | 101000011100000000111111001111110011111101011110 | a1c03f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)