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 | 際?煜?? | 10001101110110110011111111111011010101010011111100111111 | 8ddb3ffb553f3f |
EUC-JP | 際?煜?汶 | 10111010110111010011111110001111110010011111110000111111100011111100011011100101 | badd3f8fc9fc3f8fc6e5 |
UTF-8 | 際렢煜얕汶 | 111010011001101010011011111010111010000010100010111001111000010110011100111011001001011010010101111001101011000110110110 | e99a9beba0a2e7859cec9695e6b1b6 |
UHC | 際렢煜얕汶 | 11110000101101111000111010110011111010011111001010111110111010001101101010100001 | f0b78eb3e9f2bee8daa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)