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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?②コ映 | 00111111100001110100000110000011010100101000100101100110 | 3f874183528966 |
EUC-JP | 焰?コ映 | 1000111111001001111011110011111110100101101100111011000111000111 | 8fc9ef3fa5b3b1c7 |
UTF-8 | 焰②コ映 | 111001111000010010110000111000101001000110100001111000111000001010110011111001101001100010100000 | e784b0e291a1e382b3e698a0 |
UHC | 焰②コ映 | 1110011011111011101010001110100010101011101100111110011110110001 | e6fba8e8abb3e7b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)