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 | ?FD?FD^ | 00111111010001100100010000111111010001100100010001011110 | 3f46443f46445e |
SJIS-WIN | 盖FD盖FD^ | 111000011011001101000110010001001110000110110011010001100100010001011110 | e1b34644e1b346445e |
EUC-JP | 盖FD盖FD^ | 111000101011010101000110010001001110001010110101010001100100010001011110 | e2b54644e2b546445e |
UTF-8 | 盖FD盖FD^ | 1110011110011011100101100100011001000100111001111001101110010110010001100100010001011110 | e79b964644e79b9646445e |
UHC | 盖FD盖FD^ | 110010111100110001000110010001001100101111001100010001100100010001011110 | cbcc4644cbcc46445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)