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 | ???\h | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | テ個ヲ\h | 110000111000110011000010101001100101110001101000 | c38cc2a65c68 |
EUC-JP | テ個ヲ\h | 1000111011000011101110001100010010001110101001100101110001101000 | 8ec3b8c48ea65c68 |
UTF-8 | テ個ヲ\h | 1110111110111110100000111110010110000000100010111110111110111101101001100101110001101000 | efbe83e5808befbda65c68 |
UHC | ?個?\h | 001111111100101111000001001111110101110001101000 | 3fcbc13f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)