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 | 豸厭豸閲^ | 111001101011011010001001011111011110011010110110100010010111101101011110 | e6b6897de6b6897b5e |
EUC-JP | 豸厭豸閲^ | 111011001011100010110001110111101110110010111000101100011101110001011110 | ecb8b1deecb8b1dc5e |
UTF-8 | 豸厭豸閲^ | 11101000101100011011100011100101100011101010110111101000101100011011100011101001100101101011001001011110 | e8b1b8e58eade8b1b8e996b25e |
UHC | ?厭??^ | 001111111110011011110100001111110011111101011110 | 3fe6f43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)