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 | 掠âí | 111011111010010110110101111000101000011010010010111011011000101010000010 | efa5b5e28692ed8a82 |
SJIS-WIN | ?¥??????? | 00111111100000011000111100111111001111110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f3f3f |
EUC-JP | ï??â??í?? | 100011111010101111000001001111110011111110001111101010111010010000111111001111111000111110101011101111110011111100111111 | 8fabc13f3f8faba43f3f8fabbf3f3f |
UTF-8 | 掠âí | 110000111010111111000010101001011100001010110101110000111010001011000010100001101100001010010010110000111010110111000010100010101100001010000010 | c3afc2a5c2b5c3a2c286c292c3adc28ac282 |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)