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 | 10001110100010000011111101111001 | 8e883f79 |
EUC-JP | 肢?y | 10111011111010000011111101111001 | bbe83f79 |
UTF-8 | 肢렑y | 11101000100000101010001011101011101000001001000101111001 | e882a2eba09179 |
UHC | 肢렑y | 1111001010110110100011101010011001111001 | f2b68ea679 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)