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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 豈豈^ | 1110011010101111111001101010111101011110 | e6afe6af5e |
EUC-JP | 豈豈^ | 1110110010110001111011001011000101011110 | ecb1ecb15e |
UTF-8 | 豈豈^ | 11101000101100011000100011101000101100011000100001011110 | e8b188e8b1885e |
UHC | 豈豈^ | 1101000111000010110100011100001001011110 | d1c2d1c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)