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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鋏コ逶ェ籥 | 1110011111110101101110101110011110011011101010101110001011011110 | e7f5bae79baae2de |
EUC-JP | 鋏コ逶ェ籥 | 11101110111101111000111010111010111011011111101110001110101010101110010011100000 | eef78ebaedfb8eaae4e0 |
UTF-8 | 鋏コ逶ェ籥 | 111010011000101110001111111011111011110110111010111010011000000010110110111011111011110110101010111001111011000110100101 | e98b8fefbdbae980b6efbdaae7b1a5 |
UHC | 鋏???? | 111110101111100100111111001111110011111100111111 | faf93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)