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 | ????cB | 001111110011111100111111001111110110001101000010 | 3f3f3f3f6342 |
SJIS-WIN | 辷オ轣シcB | 1110011110001000101101011110011110000001101111000110001101000010 | e788b5e781bc6342 |
EUC-JP | 辷オ轣シcB | 11101101111010001000111010110101111011011110000110001110101111000110001101000010 | ede88eb5ede18ebc6342 |
UTF-8 | 辷オ轣シcB | 1110100010111110101101111110111110111101101101011110100010111101101000111110111110111101101111000110001101000010 | e8beb7efbdb5e8bda3efbdbc6342 |
UHC | ????cB | 001111110011111100111111001111110110001101000010 | 3f3f3f3f6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)