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 | 1000111011011110100011101101001101111001 | 8ede8ed379 |
EUC-JP | 酌謝y | 1011110011100000101111001101010101111001 | bce0bcd579 |
UTF-8 | 酌謝y | 11101001100001011000110011101000101011001001110101111001 | e9858ce8ac9d79 |
UHC | 酌謝y | 1110110111001100110111101111001101111001 | edccdef379 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)