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 | 1001001001010000100100100100010101000101 | 9250924545 |
EUC-JP | 単脱E | 1100001110110001110000111010011001000101 | c3b1c3a645 |
UTF-8 | 単脱E | 11100101100011011001100011101000100001001011000101000101 | e58d98e884b145 |
UHC | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)