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 | 。ュ。ュ^ | 111100001011010110100001101011011111000010110101101000011010110101011110 | f0b5a1adf0b5a1ad5e |
EUC-JP | ?。ュ?。ュ^ | 0011111110001110101000011000111010101101001111111000111010100001100011101010110101011110 | 3f8ea18ead3f8ea18ead5e |
UTF-8 | 。ュ。ュ^ | 11101110100000011011010011101111101111011010000111101111101111011010110111101110100000011011010011101111101111011010000111101111101111011010110101011110 | ee81b4efbda1efbdadee81b4efbda1efbdad5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)