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 | 10010011011101010011111101111001 | 93753f79 |
EUC-JP | 砥?y | 11000101110101100011111101111001 | c5d63f79 |
UTF-8 | 砥렊y | 11100111101000001010010111101011101000001000101001111001 | e7a0a5eba08a79 |
UHC | 砥렊y | 1111001010110010100011101010000101111001 | f2b28ea179 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)