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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 円??敖?\ | 1000100101111110001111110011111110011101110000100011111101011100 | 897e3f3f9dc23f5c |
EUC-JP | 円??敖?\ | 1011000111011111001111110011111111011010110001000011111101011100 | b1df3f3fdac43f5c |
UTF-8 | 円쎽툧敖쨤\ | 11100101100001101000011011101100100011101011110111101101100010001010011111100110100101011001011011101100101010001010010001011100 | e58686ec8ebded88a7e69596eca8a45c |
UHC | 円쎽툧敖쨤\ | 1110010111110111100110111110010010111000100111101110011111111001101001000111100101011100 | e5f79be4b89ee7f9a4795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)