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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬯」鄂キ蕣 | 1110100110101100101000111110011110111101101101111110010011111010 | e9aca3e7bdb7e4fa |
EUC-JP | 鬯」鄂キ蕣 | 11110010101011101000111010100011111011101011111110001110101101111110100011111100 | f2ae8ea3eebf8eb7e8fc |
UTF-8 | 鬯」鄂キ蕣 | 111010011010110010101111111011111011110110100011111010011000010010000010111011111011110110110111111010001001010110100011 | e9acafefbda3e98482efbdb7e895a3 |
UHC | ??鄂?蕣 | 00111111001111111110010011000111001111111110001011110010 | 3f3fe4c73fe2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)