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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?繕 | 001111111001000101010101 | 3f9155 |
EUC-JP | 渲繕 | 1000111111000111111011001100000110110110 | 8fc7ecc1b6 |
UTF-8 | 渲繕 | 111001101011100010110010111001111011100110010101 | e6b8b2e7b995 |
UHC | 渲繕 | 11100000110000101110000011001011 | e0c2e0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)