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 | 赦汐症ォ汐 | 100011101100110110001110101011001000111111000111101010111000111010101100 | 8ecd8eac8fc7ab8eac |
EUC-JP | 赦汐症ォ汐 | 10111100110011111011110010101110101111101100100110001110101010111011110010101110 | bccfbcaebec98eabbcae |
UTF-8 | 赦汐症ォ汐 | 111010001011010110100110111001101011000110010000111001111001011110000111111011111011110110101011111001101011000110010000 | e8b5a6e6b190e79787efbdabe6b190 |
UHC | 赦汐症?汐 | 110111101111010111100000101100011111000111111000001111111110000010110001 | def5e0b1f1f83fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)