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