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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 衆???h衆 | 1000111101001111001111110011111100111111011010001000111101001111 | 8f4f3f3f3f688f4f |
EUC-JP | 衆???h衆 | 1011110110110000001111110011111100111111011010001011110110110000 | bdb03f3f3f68bdb0 |
UTF-8 | 衆淚렜렎h衆 | 11101000101000011000011011101111101001011000110111101011101000001001110011101011101000001000111001101000111010001010000110000110 | e8a186efa58deba09ceba08e68e8a186 |
UHC | 衆淚렜렎h衆 | 1111000111101011110100101110011110001110101011101000111010100100011010001111000111101011 | f1ebd2e78eae8ea468f1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)