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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 珥遯? | 1110000011100000111001111010101000111111 | e0e0e7aa3f |
EUC-JP | 珥遯楗 | 11100000111000101110111010101100100011111100010011000110 | e0e2eeac8fc4c6 |
UTF-8 | 珥遯楗 | 111001111000111110100101111010011000000110101111111001101010010110010111 | e78fa5e981afe6a597 |
UHC | 珥遯楗 | 111011001011010011010100111011101100101111110001 | ecb4d4eecbf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)