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 | 駿絞 | 10001111011110001000110101101001 | 8f788d69 |
EUC-JP | 駿絞 | 10111101110110011011100111001010 | bdd9b9ca |
UTF-8 | 駿絞 | 111010011010011110111111111001111011010110011110 | e9a7bfe7b59e |
UHC | 駿絞 | 11110001111001111100111011101101 | f1e7ceed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)