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 | 持憤 | 10001110100111011001010110101110 | 8e9d95ae |
EUC-JP | 持憤 | 10111011111111011100101010110000 | bbfdcab0 |
UTF-8 | 持憤 | 111001101000110010000001111001101000011010100100 | e68c81e686a4 |
UHC | 持憤 | 11110010101001011101110111001001 | f2a5ddc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)