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 | 愉鞜罔 | 100101101111100111101000110111111110001110100110 | 96f9e8dfe3a6 |
EUC-JP | 愉鞜罔 | 110011001111101111110000111000011110011010101000 | ccfbf0e1e6a8 |
UTF-8 | 愉鞜罔 | 111001101000010010001001111010011001111010011100111001111011110110010100 | e68489e99e9ce7bd94 |
UHC | 愉?罔 | 1110101011110000001111111101100011010010 | eaf03fd8d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)