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 | 叩存辰脱 | 1001001001000000100100011011011010010010010000111001001001000101 | 924091b692439245 |
EUC-JP | 叩存辰脱 | 1100001110100001110000101011100011000011101001001100001110100110 | c3a1c2b8c3a4c3a6 |
UTF-8 | 叩存辰脱 | 111001011000111110101001111001011010110110011000111010001011111010110000111010001000010010110001 | e58fa9e5ad98e8beb0e884b1 |
UHC | 叩存辰? | 11001101101100001111000011101101111100101110001100111111 | cdb0f0edf2e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)