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 | 11110010111011010101110001011001 | f2ed5c59 |
SJIS-WIN | ??\Y | 00111111001111110101110001011001 | 3f3f5c59 |
EUC-JP | òí\Y | 1000111110101011110100101000111110101011101111110101110001011001 | 8fabd28fabbf5c59 |
UTF-8 | òí\Y | 110000111011001011000011101011010101110001011001 | c3b2c3ad5c59 |
UHC | ??\Y | 00111111001111110101110001011001 | 3f3f5c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)