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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 靜???? | 111010001100111000111111001111110011111100111111 | e8ce3f3f3f3f |
EUC-JP | 靜???? | 111100001101000000111111001111110011111100111111 | f0d03f3f3f3f |
UTF-8 | 靜잰렦잼렚 | 111010011001110110011100111011001001111010110000111010111010000010100110111011001001111010111100111010111010000010011010 | e99d9cec9eb0eba0a6ec9ebceba09a |
UHC | 靜잰렦잼렚 | 11110000101000011100000011101001100011101011010111000000111010111000111010101101 | f0a1c0e98eb5c0eb8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)