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 | ?b[?b[^ | 00111111011000100101101100111111011000100101101101011110 | 3f625b3f625b5e |
SJIS-WIN | 叩b[叩b[^ | 100100100100000001100010010110111001001001000000011000100101101101011110 | 9240625b9240625b5e |
EUC-JP | 叩b[叩b[^ | 110000111010000101100010010110111100001110100001011000100101101101011110 | c3a1625bc3a1625b5e |
UTF-8 | 叩b[叩b[^ | 1110010110001111101010010110001001011011111001011000111110101001011000100101101101011110 | e58fa9625be58fa9625b5e |
UHC | 叩b[叩b[^ | 110011011011000001100010010110111100110110110000011000100101101101011110 | cdb0625bcdb0625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)