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 | 1001001001000101100100100100011101000101 | 9245924745 |
EUC-JP | 脱竪E | 1100001110100110110000111010100001000101 | c3a6c3a845 |
UTF-8 | 脱竪E | 11101000100001001011000111100111101010111010101001000101 | e884b1e7abaa45 |
UHC | ?竪E | 00111111111000101011010101000101 | 3fe2b545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)