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 | 1111101110100100111101011110011101000101 | fba4f5e745 |
EUC-JP | 訷?E | 1000111111011101110101000011111101000101 | 8fddd43f45 |
UTF-8 | 訷E | 11101000101010001011011111101110100100011001001001000101 | e8a8b7ee919245 |
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)