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 | 叩端竪 | 100100100100000010010010010110111001001001000111 | 9240925b9247 |
EUC-JP | 叩端竪 | 110000111010000111000011101111001100001110101000 | c3a1c3bcc3a8 |
UTF-8 | 叩端竪 | 111001011000111110101001111001111010101110101111111001111010101110101010 | e58fa9e7abafe7abaa |
UHC | 叩端竪 | 110011011011000011010011101011101110001010110101 | cdb0d3aee2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)