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 | 遶ェ譌剰鳩 | 111001111010101110101010111001101001011110001111111010001001010010110101 | e7abaae6978fe894b5 |
EUC-JP | 遶ェ譌剰鳩 | 11101110101011011000111010101010111010111111011110111110111010101100100010110111 | eead8eaaebf7beeac8b7 |
UTF-8 | 遶ェ譌剰鳩 | 111010011000000110110110111011111011110110101010111010001010110110001100111001011000100110110000111010011011001110101001 | e981b6efbdaae8ad8ce589b0e9b3a9 |
UHC | ????鳩 | 001111110011111100111111001111111100111111001101 | 3f3f3f3fcfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)