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 | 逡ゥ逖エ逞 | 1110011110010101101010011110011110011000101101001110011110010111 | e795a9e798b4e797 |
EUC-JP | 逡ゥ逖エ逞 | 11101101111101011000111010101001111011011111100010001110101101001110110111110111 | edf58ea9edf88eb4edf7 |
UTF-8 | 逡ゥ逖エ逞 | 111010011000000010100001111011111011110110101001111010011000000010010110111011111011110110110100111010011000000010011110 | e980a1efbda9e98096efbdb4e9809e |
UHC | 逡???逞 | 11110001111001000011111100111111001111111101011011000001 | f1e43f3f3fd6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)