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 | 00111111100101110111111001111001 | 3f977e79 |
EUC-JP | ?欲y | 00111111110011011101111101111001 | 3fcddf79 |
UTF-8 | 읰欲y | 11101100100111011011000011100110101011001011001001111001 | ec9db0e6acb279 |
UHC | 읰欲y | 1001111111010110111010011011000001111001 | 9fd6e9b079 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)