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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ルサF | 1101100111110101101111001011101101000110 | d9f5bcbb46 |
EUC-JP | ル?サF | 100011101101100100111111100011101011101101000110 | 8ed93f8ebb46 |
UTF-8 | ルサF | 11101111101111101001100111101110100100001010011111101111101111011011101101000110 | efbe99ee90a7efbdbb46 |
UHC | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)