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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 竪辿則Y | 10010010010001111001001001001000100100011010010101011001 | 9247924891a559 |
EUC-JP | 竪辿則Y | 11000011101010001100001110101001110000101010011101011001 | c3a8c3a9c2a759 |
UTF-8 | 竪辿則Y | 11100111101010111010101011101000101111101011111111100101100010011000011101011001 | e7abaae8bebfe5898759 |
UHC | 竪?則Y | 111000101011010100111111111101101100111001011001 | e2b53ff6ce59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)