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 | ÄÑââíà | 110001001101000111100010111000101110110111100000 | c4d1e2e2ede0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ÄÑââíà | 100011111010101010100011100011111010101011010000100011111010101110100100100011111010101110100100100011111010101110111111100011111010101110100010 | 8faaa38faad08faba48faba48fabbf8faba2 |
UTF-8 | ÄÑââíà | 110000111000010011000011100100011100001110100010110000111010001011000011101011011100001110100000 | c384c391c3a2c3a2c3adc3a0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)