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 | 00111111100011101011011101111001 | 3f8eb779 |
EUC-JP | ?執y | 00111111101111001011100101111001 | 3fbcb979 |
UTF-8 | 뤋執y | 11101011101001001000101111100101100111111011011101111001 | eba48be59fb779 |
UHC | 뤋執y | 1000111110111011111100101111101101111001 | 8fbbf2fb79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)