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 | 偕戍偕戍^ | 100110001111000110011100111110011001100011110001100111001111100101011110 | 98f19cf998f19cf95e |
EUC-JP | 偕戍偕戍^ | 110100001111001111011000111110111101000011110011110110001111101101011110 | d0f3d8fbd0f3d8fb5e |
UTF-8 | 偕戍偕戍^ | 11100101100000011001010111100110100010001000110111100101100000011001010111100110100010001000110101011110 | e58195e6888de58195e6888d5e |
UHC | 偕戍偕戍^ | 111110101010010111100010101000011111101010100101111000101010000101011110 | faa5e2a1faa5e2a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)