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 | 1110001011111100100111111001010101111001 | e2fc9f9579 |
EUC-JP | 紆泄y | 1110010011111110110111011111010101111001 | e4feddf579 |
UTF-8 | 紆泄y | 11100111101101001000011011100110101100111000010001111001 | e7b486e6b38479 |
UHC | 紆泄y | 1110100111100001111000001101110001111001 | e9e1e0dc79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)