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 | AfATAf | 100100100100000101100110100100100100000101010100100100100100000101100110 | 924166924154924166 |
SJIS-WIN | ?Af?AT?Af | 001111110100000101100110001111110100000101010100001111110100000101100110 | 3f41663f41543f4166 |
EUC-JP | ?Af?AT?Af | 001111110100000101100110001111110100000101010100001111110100000101100110 | 3f41663f41543f4166 |
UTF-8 | AfATAf | 110000101001001001000001011001101100001010010010010000010101010011000010100100100100000101100110 | c2924166c2924154c2924166 |
UHC | ?Af?AT?Af | 001111110100000101100110001111110100000101010100001111110100000101100110 | 3f41663f41543f4166 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)