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 | 1011110010111001101111001010111001011001 | bcb9bcae59 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ???®Y | 00111111001111110011111110001111101000101110111001011001 | 3f3f3f8fa2ee59 |
UTF-8 | ¼¹¼®Y | 110000101011110011000010101110011100001010111100110000101010111001011001 | c2bcc2b9c2bcc2ae59 |
UHC | ¼¹¼®Y | 101010001111100110101001111101101010100011111001101000101110011101011001 | a8f9a9f6a8f9a2e759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)