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???Ut | 00111111010101010011111100111111001111110101010101110100 | 3f553f3f3f5574 |
SJIS-WIN | ?U???Ut | 00111111010101010011111100111111001111110101010101110100 | 3f553f3f3f5574 |
EUC-JP | ?U???Ut | 00111111010101010011111100111111001111110101010101110100 | 3f553f3f3f5574 |
UTF-8 | 찾U혣챠혧Ut | 111011001011000010111110010101011110110110011000101000111110110010110001101000001110110110011000101001110101010101110100 | ecb0be55ed98a3ecb1a0ed98a75574 |
UHC | 찾U혣챠혧Ut | 1100001110100011010101011100001010001100110000111010110111000010100011110101010101110100 | c3a355c28cc3adc28f5574 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)