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 | 豸稽豸稽^ | 111001101011011010001100011011011110011010110110100011000110110101011110 | e6b68c6de6b68c6d5e |
EUC-JP | 豸稽豸稽^ | 111011001011100010110111110011101110110010111000101101111100111001011110 | ecb8b7ceecb8b7ce5e |
UTF-8 | 豸稽豸稽^ | 11101000101100011011100011100111101010001011110111101000101100011011100011100111101010001011110101011110 | e8b1b8e7a8bde8b1b8e7a8bd5e |
UHC | ?稽?稽^ | 00111111110011011010011000111111110011011010011001011110 | 3fcda63fcda65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)