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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ニ隆韃竡イ | 11110001111111001100011011111011111010011110100011100101111000101000111010110010 | f1fcc6fbe9e8e5e28eb2 |
EUC-JP | ?ニ?韃竡イ | 00111111100011101100011000111111111100001110011111100011111011101000111010110010 | 3f8ec63ff0e7e3ee8eb2 |
UTF-8 | ニ隆韃竡イ | 111011101000010110110111111011111011111010000110111011111010011110011100111010011001111110000011111001111010101110100001111011111011110110110010 | ee85b7efbe86efa79ce99f83e7aba1efbdb2 |
UHC | ??隆??? | 00111111001111111110101111011000001111110011111100111111 | 3f3febd83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)