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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 罔醇謙h罔 | 111000111010011010001111100001101000110010101010011010001110001110100110 | e3a68f868caa68e3a6 |
EUC-JP | 罔醇謙h罔 | 111001101010100010111101111001101011100010101100011010001110011010101000 | e6a8bde6b8ac68e6a8 |
UTF-8 | 罔醇謙h罔 | 11100111101111011001010011101001100001101000011111101000101011001001100101101000111001111011110110010100 | e7bd94e98687e8ac9968e7bd94 |
UHC | 罔醇謙h罔 | 110110001101001011100010111101011100110011000101011010001101100011010010 | d8d2e2f5ccc568d8d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)