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 | FSAgFSAg^ | 10010010010001100101001110010010010000010110011110010010010001100101001110010010010000010110011101011110 | 9246539241679246539241675e |
SJIS-WIN | ?FS?Ag?FS?Ag^ | 00111111010001100101001100111111010000010110011100111111010001100101001100111111010000010110011101011110 | 3f46533f41673f46533f41675e |
EUC-JP | ?FS?Ag?FS?Ag^ | 00111111010001100101001100111111010000010110011100111111010001100101001100111111010000010110011101011110 | 3f46533f41673f46533f41675e |
UTF-8 | FSAgFSAg^ | 1100001010010010010001100101001111000010100100100100000101100111110000101001001001000110010100111100001010010010010000010110011101011110 | c2924653c2924167c2924653c29241675e |
UHC | ?FS?Ag?FS?Ag^ | 00111111010001100101001100111111010000010110011100111111010001100101001100111111010000010110011101011110 | 3f46533f41673f46533f41675e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)