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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 豸卦~ | 1110011010110110100011000101010001111110 | e6b68c547e |
EUC-JP | 豸卦~ | 1110110010111000101101111011010101111110 | ecb8b7b57e |
UTF-8 | 豸卦~ | 11101000101100011011100011100101100011011010011001111110 | e8b1b8e58da67e |
UHC | ?卦~ | 00111111110011101100111101111110 | 3fcecf7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)