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á¾^Xá¾^ | 10011010010110001110000110111110010111101001101001011000111000011011111001011110 | 9a58e1be5e9a58e1be5e |
SJIS-WIN | ?X??^?X??^ | 00111111010110000011111100111111010111100011111101011000001111110011111101011110 | 3f583f3f5e3f583f3f5e |
EUC-JP | ?Xá?^?Xá?^ | 0011111101011000100011111010101110100001001111110101111000111111010110001000111110101011101000010011111101011110 | 3f588faba13f5e3f588faba13f5e |
UTF-8 | Xá¾^Xá¾^ | 11000010100110100101100011000011101000011100001010111110010111101100001010011010010110001100001110100001110000101011111001011110 | c29a58c3a1c2be5ec29a58c3a1c2be5e |
UHC | ?X?¾^?X?¾^ | 001111110101100000111111101010001111101001011110001111110101100000111111101010001111101001011110 | 3f583fa8fa5e3f583fa8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)