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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ニ﨓}ニ﨓{^ | 11000110111110101110100011110111011011100111110111000110111110101110100011110111011011100111101101011110 | c6fae8f76e7dc6fae8f76e7b5e |
EUC-JP | ニ??}ニ??{^ | 1000111011000110001111110011111101111101100011101100011000111111001111110111101101011110 | 8ec63f3f7d8ec63f3f7b5e |
UTF-8 | ニ﨓}ニ﨓{^ | 111011111011111010000110111011111010100010010011111011101001010110010010011111011110111110111110100001101110111110101000100100111110111010010101100100100111101101011110 | efbe86efa893ee95927defbe86efa893ee95927b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)