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 | ?U???IAgF | 001111110101010100111111001111110011111101001001010000010110011101000110 | 3f553f3f3f49416746 |
SJIS-WIN | ?U???IAgF | 001111110101010100111111001111110011111101001001010000010110011101000110 | 3f553f3f3f49416746 |
EUC-JP | ?U???IAgF | 001111110101010100111111001111110011111101001001010000010110011101000110 | 3f553f3f3f49416746 |
UTF-8 | 찾U혣챠혧IAgF | 1110110010110000101111100101010111101101100110001010001111101100101100011010000011101101100110001010011101001001010000010110011101000110 | ecb0be55ed98a3ecb1a0ed98a749416746 |
UHC | 찾U혣챠혧IAgF | 11000011101000110101010111000010100011001100001110101101110000101000111101001001010000010110011101000110 | c3a355c28cc3adc28f49416746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)