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 | 遊?シ | 1001011101010110001111111000001101010110 | 97563f8356 |
EUC-JP | 遊?シ | 1100110110110111001111111010010110110111 | cdb73fa5b7 |
UTF-8 | 遊곮シ | 111010011000000110001010111010101011001110101110111000111000001010110111 | e9818aeab3aee382b7 |
UHC | 遊곮シ | 111010111011010010000001111010001010101110110111 | ebb481e8abb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)