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 | XFX©@ | 10010010010110001001001001000110100100100101100010010001101010011001001001000000 | 92589246925891a99240 |
SJIS-WIN | ?X?F?X???@ | 00111111010110000011111101000110001111110101100000111111001111110011111101000000 | 3f583f463f583f3f3f40 |
EUC-JP | ?X?F?X?©?@ | 001111110101100000111111010001100011111101011000001111111000111110100010111011010011111101000000 | 3f583f463f583f8fa2ed3f40 |
UTF-8 | XFX©@ | 11000010100100100101100011000010100100100100011011000010100100100101100011000010100100011100001010101001110000101001001001000000 | c29258c29246c29258c291c2a9c29240 |
UHC | ?X?F?X???@ | 00111111010110000011111101000110001111110101100000111111001111110011111101000000 | 3f583f463f583f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)