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 | ???AG | 0011111100111111001111110100000101000111 | 3f3f3f4147 |
SJIS-WIN | 治爨捨AG | 1000111010100001111000001010010010001110110011000100000101000111 | 8ea1e0a48ecc4147 |
EUC-JP | 治爨捨AG | 1011110010100011111000001010011010111100110011100100000101000111 | bca3e0a6bcce4147 |
UTF-8 | 治爨捨AG | 1110011010110010101110111110011110001000101010001110011010001101101010000100000101000111 | e6b2bbe788a8e68da84147 |
UHC | 治?捨AG | 11110110101111010011111111011110110101110100000101000111 | f6bd3fded74147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)