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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褶滓キ | 1110010111110111100111111110011010110111 | e5f79fe6b7 |
EUC-JP | 褶滓キ | 111010101111100111011110111010001000111010110111 | eaf9dee88eb7 |
UTF-8 | 褶滓キ | 111010001010010010110110111001101011101110010011111011111011110110110111 | e8a4b6e6bb93efbdb7 |
UHC | 褶滓? | 1110001110101000111011101010101100111111 | e3a8eeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)