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 | 壓押癰 | 100110101101100010001001100111111110000110011110 | 9ad8899fe19e |
EUC-JP | 壓押癰 | 110101001101101010110010101000011110000111111110 | d4dab2a1e1fe |
UTF-8 | 壓押癰 | 111001011010001110010011111001101000101010111100111001111001100110110000 | e5a393e68abce799b0 |
UHC | 壓押癰 | 111001001110001011100100111000111110100010111001 | e4e2e4e3e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)