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 | 邱晤。取遭 | 111001111011011110011101111010111010000110001110111001101001000110011000 | e7b79deba18ee69198 |
EUC-JP | 邱晤。取遭 | 11101110101110011101101011101101100011101010000110111100111010001100000111111000 | eeb9daed8ea1bce8c1f8 |
UTF-8 | 邱晤。取遭 | 111010011000001010110001111001101001100110100100111011111011110110100001111001011000111110010110111010011000000110101101 | e982b1e699a4efbda1e58f96e981ad |
UHC | 邱晤?取遭 | 110011111100100011100111111110110011111111110110101000101111000011100100 | cfc8e7fb3ff6a2f0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)