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 | ?j?? | 00111111011010100011111100111111 | 3f6a3f3f |
SJIS-WIN | 叩j辿続 | 10010010010000000110101010010010010010001001000110110001 | 92406a924891b1 |
EUC-JP | 叩j辿続 | 11000011101000010110101011000011101010011100001010110011 | c3a16ac3a9c2b3 |
UTF-8 | 叩j辿続 | 11100101100011111010100101101010111010001011111010111111111001111011011010011010 | e58fa96ae8bebfe7b69a |
UHC | 叩j?? | 1100110110110000011010100011111100111111 | cdb06a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)