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 | î¼£ï½¯î¼ | 1110111010111100101000111110111110111101101011111110111010111100 | eebca3efbdafeebc |
SJIS-WIN | ??£????? | 001111110011111110000001100100100011111100111111001111110011111100111111 | 3f3f81923f3f3f3f3f |
EUC-JP | î?£ï?¯î? | 1000111110101011110000100011111110100001111100101000111110101011110000010011111110001111101000101011010010001111101010111100001000111111 | 8fabc23fa1f28fabc13f8fa2b48fabc23f |
UTF-8 | î¼£ï½¯î¼ | 11000011101011101100001010111100110000101010001111000011101011111100001010111101110000101010111111000011101011101100001010111100 | c3aec2bcc2a3c3afc2bdc2afc3aec2bc |
UHC | ?¼??½??¼ | 0011111110101000111110010011111100111111101010001111011000111111001111111010100011111001 | 3fa8f93f3fa8f63f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)