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 | ì÷°Q] | 111011001111011110001110101100000101000101011101 | ecf78eb0515d |
SJIS-WIN | ?÷?°Q] | 0011111110000001100000000011111110000001100010110101000101011101 | 3f81803f818b515d |
EUC-JP | ì÷?°Q] | 10001111101010111100000010100001111000000011111110100001111010110101000101011101 | 8fabc0a1e03fa1eb515d |
UTF-8 | ì÷°Q] | 11000011101011001100001110110111110000101000111011000010101100000101000101011101 | c3acc3b7c28ec2b0515d |
UHC | ?÷?°Q] | 0011111110100001110000000011111110100001110001100101000101011101 | 3fa1c03fa1c6515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)