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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ク鞐カB | 11110000111001011011100011101000110111101011011001000010 | f0e5b8e8deb642 |
EUC-JP | ?ク鞐カB | 0011111110001110101110001111000011100000100011101011011001000010 | 3f8eb8f0e08eb642 |
UTF-8 | ク鞐カB | 11101110100000101010010011101111101111011011100011101001100111101001000011101111101111011011011001000010 | ee82a4efbdb8e99e90efbdb642 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)