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 | ¼¾¼àè© | 101111001011111010111100111000001110100010101001 | bcbebce0e8a9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???àè© | 001111110011111100111111100011111010101110100010100011111010101110110010100011111010001011101101 | 3f3f3f8faba28fabb28fa2ed |
UTF-8 | ¼¾¼àè© | 110000101011110011000010101111101100001010111100110000111010000011000011101010001100001010101001 | c2bcc2bec2bcc3a0c3a8c2a9 |
UHC | ¼¾¼??? | 101010001111100110101000111110101010100011111001001111110011111100111111 | a8f9a8faa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)