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 | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | ??輿y | 0011111100111111100101110110000001111001 | 3f3f976079 |
EUC-JP | ??輿y | 0011111100111111110011011100000101111001 | 3f3fcdc179 |
UTF-8 | 뤒츳輿y | 11101011101001001001001011101100101110001011001111101000101111001011111101111001 | eba492ecb8b3e8bcbf79 |
UHC | 뤒츳輿y | 10001111110000101100001111111101111001101010101101111001 | 8fc2c3fde6ab79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)