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 | ????^??^ | 0011111100111111001111110011111101011110001111110011111101011110 | 3f3f3f3f5e3f3f5e |
SJIS-WIN | ツ北テ・^テ・^ | 110000101001011001101011110000111010010101011110110000111010010101011110 | c2966bc3a55ec3a55e |
EUC-JP | ツ北テ・^テ・^ | 1000111011000010110010111100110010001110110000111000111010100101010111101000111011000011100011101010010101011110 | 8ec2cbcc8ec38ea55e8ec38ea55e |
UTF-8 | ツ北テ・^テ・^ | 1110111110111110100000101110010110001100100101111110111110111110100000111110111110111101101001010101111011101111101111101000001111101111101111011010010101011110 | efbe82e58c97efbe83efbda55eefbe83efbda55e |
UHC | ?北??^??^ | 001111111101110111000001001111110011111101011110001111110011111101011110 | 3fddc13f3f5e3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)