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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 睫某&忘 | 1110000111001010100101100101111010000001100101011001011001011001 | e1ca965e81959659 |
EUC-JP | 睫某&忘 | 1110001011001100110010111011111110100001111101011100101110111010 | e2cccbbfa1f5cbba |
UTF-8 | 睫某&忘 | 111001111001110110101011111001101001111110010000111011111011110010000110111001011011111110011000 | e79dabe69f90efbc86e5bf98 |
UHC | 睫某&忘 | 1111010011100010110110011011101110100011101001101101100011001110 | f4e2d9bba3a6d8ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)