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 | ?????H`^ | 0011111100111111001111110011111100111111010010000110000001011110 | 3f3f3f3f3f48605e |
SJIS-WIN | 魏??至?H`^ | 11101001101100000011111100111111100011101000101000111111010010000110000001011110 | e9b03f3f8e8a3f48605e |
EUC-JP | 魏??至?H`^ | 11110010101100100011111100111111101110111110101000111111010010000110000001011110 | f2b23f3fbbea3f48605e |
UTF-8 | 魏재헬至렭H`^ | 111010011010110110001111111011001001111010101100111011011001011110101100111010001000011110110011111010111010000010101101010010000110000001011110 | e9ad8fec9eaced97ace887b3eba0ad48605e |
UHC | 魏재헬至렭H`^ | 11101010111000001100000011100111110001111110111111110010101110001000111010111010010010000110000001011110 | eae0c0e7c7eff2b88eba48605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)