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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 皓良皓粱^ | 111000011010100110010111110001111110000110101001111000101110101101011110 | e1a997c7e1a9e2eb5e |
EUC-JP | 皓良皓粱^ | 111000101010101111001110110010011110001010101011111001001110110101011110 | e2abcec9e2abe4ed5e |
UTF-8 | 皓良皓粱^ | 11100111100110101001001111101000100010011010111111100111100110101001001111100111101100101011000101011110 | e79a93e889afe79a93e7b2b15e |
UHC | 皓良皓粱^ | 111110111101001111010101110111101111101111010011110101011101110001011110 | fbd3d5defbd3d5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)