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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 酌治靫璽雫^ | 1000111011011110100011101010000111101000110101001000111010100011100011101011010001011110 | 8ede8ea1e8d48ea38eb45e |
EUC-JP | 酌治靫璽雫^ | 1011110011100000101111001010001111110000110101101011110010100101101111001011011001011110 | bce0bca3f0d6bca5bcb65e |
UTF-8 | 酌治靫璽雫^ | 11101001100001011000110011100110101100101011101111101001100111011010101111100111100100101011110111101001100110111010101101011110 | e9858ce6b2bbe99dabe792bde99bab5e |
UHC | 酌治?璽?^ | 111011011100110011110110101111010011111111011111110111100011111101011110 | edccf6bd3fdfde3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)