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 | 韋包ス「霑 | 1110100011101000100101011110111110111101101000101110100010111111 | e8e895efbda2e8bf |
EUC-JP | 韋包ス「霑 | 11110000111010101100101011110001100011101011110110001110101000101111000011000001 | f0eacaf18ebd8ea2f0c1 |
UTF-8 | 韋包ス「霑 | 111010011001111110001011111001011000110010000101111011111011110110111101111011111011110110100010111010011001110010010001 | e99f8be58c85efbdbdefbda2e99c91 |
UHC | 韋包??霑 | 1110101011011111111110001101000000111111001111111110111111000101 | eadff8d03f3fefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)