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 | CFº° | 1001001001000011100100100100011010010001101110101001000110110000 | 9243924691ba91b0 |
SJIS-WIN | ?C?F???° | 001111110100001100111111010001100011111100111111001111111000000110001011 | 3f433f463f3f3f818b |
EUC-JP | ?C?F?º?° | 0011111101000011001111110100011000111111100011111010001011101011001111111010000111101011 | 3f433f463f8fa2eb3fa1eb |
UTF-8 | CFº° | 1100001010010010010000111100001010010010010001101100001010010001110000101011101011000010100100011100001010110000 | c29243c29246c291c2bac291c2b0 |
UHC | ?C?F?º?° | 00111111010000110011111101000110001111111010100010101100001111111010000111000110 | 3f433f463fa8ac3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)