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 | 1110011110101111100011000101110001011001 | e7af8c5c59 |
SJIS-WIN | ???\Y | 0011111100111111001111110101110001011001 | 3f3f3f5c59 |
EUC-JP | �\Y | 100011111010101110101110100011111010001010110100001111110101110001011001 | 8fabae8fa2b43f5c59 |
UTF-8 | ç¯\Y | 1100001110100111110000101010111111000010100011000101110001011001 | c3a7c2afc28c5c59 |
UHC | ???\Y | 0011111100111111001111110101110001011001 | 3f3f3f5c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)