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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | ??F | 001111110011111101000110 | 3f3f46 |
EUC-JP | ??F | 001111110011111101000110 | 3f3f46 |
UTF-8 | 琡琡F | 11100111100100001010000111100111100100001010000101000110 | e790a1e790a146 |
UHC | 琡琡F | 1110001011011010111000101101101001000110 | e2dae2da46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)