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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ウュウュ^ | 111100001110001010110011101011011111000011100010101100111010110101011110 | f0e2b3adf0e2b3ad5e |
EUC-JP | ?ウュ?ウュ^ | 0011111110001110101100111000111010101101001111111000111010110011100011101010110101011110 | 3f8eb38ead3f8eb38ead5e |
UTF-8 | ウュウュ^ | 11101110100000101010000111101111101111011011001111101111101111011010110111101110100000101010000111101111101111011011001111101111101111011010110101011110 | ee82a1efbdb3efbdadee82a1efbdb3efbdad5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)