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 | CÖ\h | 1001001001000011100111111101011010010001100110110101110001101000 | 92439fd6919b5c68 |
SJIS-WIN | ?C????\h | 0011111101000011001111110011111100111111001111110101110001101000 | 3f433f3f3f3f5c68 |
EUC-JP | ?C?Ö??\h | 00111111010000110011111110001111101010101101001100111111001111110101110001101000 | 3f433f8faad33f3f5c68 |
UTF-8 | CÖ\h | 11000010100100100100001111000010100111111100001110010110110000101001000111000010100110110101110001101000 | c29243c29fc396c291c29b5c68 |
UHC | ?C????\h | 0011111101000011001111110011111100111111001111110101110001101000 | 3f433f3f3f3f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)