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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 餌祚 | 10001001011000011110001001001110 | 8961e24e |
EUC-JP | 餌祚 | 10110001110000101110001110101111 | b1c2e3af |
UTF-8 | 餌祚 | 111010011010010010001100111001111010010110011010 | e9a48ce7a59a |
UHC | 餌祚 | 11101100110010001111000011010100 | ecc8f0d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)