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 | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 紆小y | 1110001011111100100011111010110001111001 | e2fc8fac79 |
EUC-JP | 紆小y | 1110010011111110101111101010111001111001 | e4febeae79 |
UTF-8 | 紆小y | 11100111101101001000011011100101101100001000111101111001 | e7b486e5b08f79 |
UHC | 紆小y | 1110100111100001111000011011001101111001 | e9e1e1b379 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)