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 | ?v}?v{^ | 00111111011101100111110100111111011101100111101101011110 | 3f767d3f767b5e |
SJIS-WIN | 叩v}叩v{^ | 100100100100000001110110011111011001001001000000011101100111101101011110 | 9240767d9240767b5e |
EUC-JP | 叩v}叩v{^ | 110000111010000101110110011111011100001110100001011101100111101101011110 | c3a1767dc3a1767b5e |
UTF-8 | 叩v}叩v{^ | 1110010110001111101010010111011001111101111001011000111110101001011101100111101101011110 | e58fa9767de58fa9767b5e |
UHC | 叩v}叩v{^ | 110011011011000001110110011111011100110110110000011101100111101101011110 | cdb0767dcdb0767b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)