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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褂晞岫鄒 | 1110010111100110100111011110100110011011101010111110011110111110 | e5e69de99babe7be |
EUC-JP | 褂晞岫鄒 | 1110101011101000110110101110101111010110101011011110111011000000 | eae8daebd6adeec0 |
UTF-8 | 褂晞岫鄒 | 111010001010010010000010111001101001100110011110111001011011001010101011111010011000010010010010 | e8a482e6999ee5b2abe98492 |
UHC | ?晞岫鄒 | 00111111111111011111010111100001111110111111010111011011 | 3ffdf5e1fbf5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)