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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 闖ォ蜿門ウェB | 11101000100011111010101111100101100011111001011011100101101100111010101001000010 | e88fabe58f96e5b3aa42 |
EUC-JP | 闖ォ蜿門ウェB | 11101111111011111000111010101011111010011110111111001100111001111000111010110011100011101010101001000010 | efef8eabe9efcce78eb38eaa42 |
UTF-8 | 闖ォ蜿門ウェB | 11101001100101111001011011101111101111011010101111101000100111001011111111101001100101101000000011101111101111011011001111101111101111011010101001000010 | e99796efbdabe89cbfe99680efbdb3efbdaa42 |
UHC | 闖??門??B | 111101111110011000111111001111111101101010100110001111110011111101000010 | f7e63f3fdaa63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)