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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 脱棚E | 1001001001000101100100100100100101000101 | 9245924945 |
EUC-JP | 脱棚E | 1100001110100110110000111010101001000101 | c3a6c3aa45 |
UTF-8 | 脱棚E | 11101000100001001011000111100110101000111001101001000101 | e884b1e6a39a45 |
UHC | ?棚E | 00111111110111011101110001000101 | 3fdddc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)