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 | 邱晤。取戟 | 111001111011011110011101111010111010000110001110111001101000110010000001 | e7b79deba18ee68c81 |
EUC-JP | 邱晤。取戟 | 11101110101110011101101011101101100011101010000110111100111010001011011111100001 | eeb9daed8ea1bce8b7e1 |
UTF-8 | 邱晤。取戟 | 111010011000001010110001111001101001100110100100111011111011110110100001111001011000111110010110111001101000100010011111 | e982b1e699a4efbda1e58f96e6889f |
UHC | 邱晤?取戟 | 110011111100100011100111111110110011111111110110101000101101000010111101 | cfc8e7fb3ff6a2d0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)