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 | ?FY?AgF | 00111111010001100101100100111111010000010110011101000110 | 3f46593f416746 |
SJIS-WIN | ?FY?AgF | 00111111010001100101100100111111010000010110011101000110 | 3f46593f416746 |
EUC-JP | ?FY?AgF | 00111111010001100101100100111111010000010110011101000110 | 3f46593f416746 |
UTF-8 | 혪FY혪AgF | 1110110110011000101010100100011001011001111011011001100010101010010000010110011101000110 | ed98aa4659ed98aa416746 |
UHC | 혪FY혪AgF | 110000101001001001000110010110011100001010010010010000010110011101000110 | c2924659c292416746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)