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 | Xá¾e^ | 100110100101100011100001101111100110010101011110 | 9a58e1be655e |
SJIS-WIN | ?X??e^ | 001111110101100000111111001111110110010101011110 | 3f583f3f655e |
EUC-JP | ?Xá?e^ | 0011111101011000100011111010101110100001001111110110010101011110 | 3f588faba13f655e |
UTF-8 | Xá¾e^ | 110000101001101001011000110000111010000111000010101111100110010101011110 | c29a58c3a1c2be655e |
UHC | ?X?¾e^ | 00111111010110000011111110101000111110100110010101011110 | 3f583fa8fa655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)