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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???宥?^ | 00111111001111110011111110010111010001110011111101011110 | 3f3f3f97473f5e |
EUC-JP | ???宥?^ | 00111111001111110011111111001101101010000011111101011110 | 3f3f3fcda83f5e |
UTF-8 | 驪볥쵐宥찷^ | 11101111101001101000011111101011101100111010010111101100101101011001000011100101101011101010010111101100101100001011011101011110 | efa687ebb3a5ecb590e5aea5ecb0b75e |
UHC | 驪볥쵐宥찷^ | 1110011010101111100100111110101110101100100100101110101011101001101010100100110101011110 | e6af93ebac92eae9aa4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)