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 | ??b^ | 00111111001111110110001001011110 | 3f3f625e |
SJIS-WIN | ??b^ | 00111111001111110110001001011110 | 3f3f625e |
EUC-JP | ??b^ | 00111111001111110110001001011110 | 3f3f625e |
UTF-8 | 렔렊b^ | 1110101110100000100101001110101110100000100010100110001001011110 | eba094eba08a625e |
UHC | 렔렊b^ | 100011101010100110001110101000010110001001011110 | 8ea98ea1625e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)