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 | 叩誰竪 | 100100100100000010010010010011101001001001000111 | 9240924e9247 |
EUC-JP | 叩誰竪 | 110000111010000111000011101011111100001110101000 | c3a1c3afc3a8 |
UTF-8 | 叩誰竪 | 111001011000111110101001111010001010101010110000111001111010101110101010 | e58fa9e8aab0e7abaa |
UHC | 叩誰竪 | 110011011011000011100010110000011110001010110101 | cdb0e2c1e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)