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 | F°¢F | 1001001001000110100100011011000010010001101000101001001001000110 | 924691b091a29246 |
SJIS-WIN | ?F?°?¢?F | 00111111010001100011111110000001100010110011111110000001100100010011111101000110 | 3f463f818b3f81913f46 |
EUC-JP | ?F?°?¢?F | 00111111010001100011111110100001111010110011111110100001111100010011111101000110 | 3f463fa1eb3fa1f13f46 |
UTF-8 | F°¢F | 1100001010010010010001101100001010010001110000101011000011000010100100011100001010100010110000101001001001000110 | c29246c291c2b0c291c2a2c29246 |
UHC | ?F?°???F | 001111110100011000111111101000011100011000111111001111110011111101000110 | 3f463fa1c63f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)