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 | ?????I^ | 00111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f495e |
SJIS-WIN | ?????I^ | 00111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f495e |
EUC-JP | ?????I^ | 00111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f495e |
UTF-8 | 챈횥혗혞혡I^ | 1110110010110001100010001110110110011010101001011110110110011000100101111110110110011000100111101110110110011000101000010100100101011110 | ecb188ed9aa5ed9897ed989eed98a1495e |
UHC | 챈횥혗혞혡I^ | 110000111010011011000011100111001100001010000010110000101000100011000010100010100100100101011110 | c3a6c39cc282c288c28a495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)