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 | 誰即蔵辰存 | 10010010010011101001000110100110100100011010000010010010010000111001000110110110 | 924e91a691a0924391b6 |
EUC-JP | 誰即蔵辰存 | 11000011101011111100001010101000110000101010001011000011101001001100001010111000 | c3afc2a8c2a2c3a4c2b8 |
UTF-8 | 誰即蔵辰存 | 111010001010101010110000111001011000110110110011111010001001010010110101111010001011111010110000111001011010110110011000 | e8aab0e58db3e894b5e8beb0e5ad98 |
UHC | 誰??辰存 | 1110001011000001001111110011111111110010111000111111000011101101 | e2c13f3ff2e3f0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)