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 | 騾包スッ陋 | 1110100110000000100101011110111110111101101011111110100010011011 | e98095efbdafe89b |
EUC-JP | 騾包スッ陋 | 11110001111000001100101011110001100011101011110110001110101011111110111111111011 | f1e0caf18ebd8eafeffb |
UTF-8 | 騾包スッ陋 | 111010011010100010111110111001011000110010000101111011111011110110111101111011111011110110101111111010011001100110001011 | e9a8bee58c85efbdbdefbdafe9998b |
UHC | ?包??陋 | 00111111111110001101000000111111001111111101011110110000 | 3ff8d03f3fd7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)