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 | ??E?? | 0011111100111111010001010011111100111111 | 3f3f453f3f |
SJIS-WIN | 嶸」E嶸掖 | 1111101010110100101000110100010111111010101101001001110101110100 | fab4a345fab49d74 |
EUC-JP | 嶸」E嶸掖 | 1000111110111011111101001000111010100011010001011000111110111011111101001101100111010101 | 8fbbf48ea3458fbbf4d9d5 |
UTF-8 | 嶸」E嶸掖 | 11100101101101101011100011101111101111011010001101000101111001011011011010111000111001101000111010010110 | e5b6b8efbda345e5b6b8e68e96 |
UHC | 嶸?E嶸掖 | 1110011110101110001111110100010111100111101011101110010011111010 | e7ae3f45e7aee4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)