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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茫件愁膰 | 1110010010101001100011001000111110001111010001001110010001010111 | e4a98c8f8f44e457 |
EUC-JP | 茫件愁膰 | 1110100010101011101101111110111110111101101001011110011110111000 | e8abb7efbda5e7b8 |
UTF-8 | 茫件愁膰 | 111010001000110010101011111001001011101110110110111001101000010010000001111010001000011010110000 | e88cabe4bbb6e68481e886b0 |
UHC | 茫件愁? | 11011000110101001100101111101100111000011111111000111111 | d8d4cbece1fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)