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 | 蛟瀧」ォ陬 | 1110010110000000100100011110101110100011101010111110100010100011 | e58091eba3abe8a3 |
EUC-JP | 蛟瀧」ォ陬 | 11101001111000001100001011101101100011101010001110001110101010111111000010100101 | e9e0c2ed8ea38eabf0a5 |
UTF-8 | 蛟瀧」ォ陬 | 111010001001101110011111111001111000000010100111111011111011110110100011111011111011110110101011111010011001100110101100 | e89b9fe780a7efbda3efbdabe999ac |
UHC | 蛟瀧??? | 11001110111100011101011011101001001111110011111100111111 | cef1d6e93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)