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 | ?F?A?`d^ | 0011111101000110001111110100000100111111011000000110010001011110 | 3f463f413f60645e |
SJIS-WIN | ?F?A?`d^ | 0011111101000110001111110100000100111111011000000110010001011110 | 3f463f413f60645e |
EUC-JP | ?F?A?`d^ | 0011111101000110001111110100000100111111011000000110010001011110 | 3f463f413f60645e |
UTF-8 | 혪F혪A혣`d^ | 1110110110011000101010100100011011101101100110001010101001000001111011011001100010100011011000000110010001011110 | ed98aa46ed98aa41ed98a360645e |
UHC | 혪F혪A혣`d^ | 1100001010010010010001101100001010010010010000011100001010001100011000000110010001011110 | c29246c29241c28c60645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)