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 | 11101001101010111011101111100110100001111011011111101001101010111010101001000010 | e9abbbe687b7e9abaa42 |
EUC-JP | 鬮サ諛キ鬮ェB | 11110010101011011000111010111011111010111110011110001110101101111111001010101101100011101010101001000010 | f2ad8ebbebe78eb7f2ad8eaa42 |
UTF-8 | 鬮サ諛キ鬮ェB | 11101001101011001010111011101111101111011011101111101000101010111001101111101111101111011011011111101001101011001010111011101111101111011010101001000010 | e9acaeefbdbbe8ab9befbdb7e9acaeefbdaa42 |
UHC | ??諛???B | 0011111100111111111010111011000000111111001111110011111101000010 | 3f3febb03f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)