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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 髮ェ@髮ェ@B | 111010011001101110101010010000001110100110011011101010100100000001000010 | e99baa40e99baa4042 |
EUC-JP | 髮ェ@髮ェ@B | 1111000111111011100011101010101001000000111100011111101110001110101010100100000001000010 | f1fb8eaa40f1fb8eaa4042 |
UTF-8 | 髮ェ@髮ェ@B | 111010011010101110101110111011111011110110101010010000001110100110101011101011101110111110111101101010100100000001000010 | e9abaeefbdaa40e9abaeefbdaa4042 |
UHC | 髮?@髮?@B | 110110111010010100111111010000001101101110100101001111110100000001000010 | dba53f40dba53f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)