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^ | 1110110010000101100010001110111110100111101100101110110010010101101111011110101110100000101001101110110010000100101001110100100101011110 | ec8588efa7b2ec95bdeba0a6ec84a7495e |
UHC | 셈鱗약렦섧I^ | 101111001100000011101100111001111011111011100000100011101011010110111100101101010100100101011110 | bcc0ece7bee08eb5bcb5495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)