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 | 邂?虞涎 | 11100111101011100011111110001011111100011001111110110101 | e7ae3f8bf19fb5 |
EUC-JP | 邂?虞涎 | 11101110101100000011111110110110111100111101111010110111 | eeb03fb6f3deb7 |
UTF-8 | 邂렱虞涎 | 111010011000001010000010111010111010000010110001111010001001100110011110111001101011011010001110 | e98282eba0b1e8999ee6b68e |
UHC | 邂렱虞涎 | 1111101010110011100011101011111011101001111001011110011011001110 | fab38ebee9e5e6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)