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 | 豎貘殲 | 111001101011000111100110110000001001111101110010 | e6b1e6c09f72 |
EUC-JP | 豎貘殲 | 111011001011001111101100110000101101110111010011 | ecb3ecc2ddd3 |
UTF-8 | 豎貘殲 | 111010001011000110001110111010001011001010011000111001101010111010110010 | e8b18ee8b298e6aeb2 |
UHC | ??殲 | 00111111001111111110000011101000 | 3f3fe0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)