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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 媛?蕪@h | 10010101010100010011111110010101100100110100000001101000 | 95513f95934068 |
EUC-JP | 媛?蕪@h | 11001001101100100011111111001001111100110100000001101000 | c9b23fc9f34068 |
UTF-8 | 媛븃蕪@h | 1110010110101010100110111110101110111000100000111110100010010101101010100100000001101000 | e5aa9bebb883e895aa4068 |
UHC | 媛븃蕪@h | 1110101010110000101110101110100011011001111100110100000001101000 | eab0bae8d9f34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)