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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 楔邵F | 1001111010110110111001111011100001000110 | 9eb6e7b846 |
EUC-JP | 楔邵F | 1101110010111000111011101011101001000110 | dcb8eeba46 |
UTF-8 | 楔邵F | 11100110101001011001010011101001100000101011010101000110 | e6a594e982b546 |
UHC | 楔邵F | 1110000011011011111000011101000001000110 | e0dbe1d046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)