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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 義繃義棚^ | 100010110110000011100011011111011000101101100000100100100100100101011110 | 8b60e37d8b6092495e |
EUC-JP | 義繃義棚^ | 101101011100000111100101110111101011010111000001110000111010101001011110 | b5c1e5deb5c1c3aa5e |
UTF-8 | 義繃義棚^ | 11100111101111101010100111100111101110011000001111100111101111101010100111100110101000111001101001011110 | e7bea9e7b983e7bea9e6a39a5e |
UHC | 義繃義棚^ | 111010111111100111011101110111101110101111111001110111011101110001011110 | ebf9dddeebf9dddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)