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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 岦竺h | 1111101010101100100011101011000101101000 | faac8eb168 |
EUC-JP | 岦竺h | 100011111011101110110011101111001011001101101000 | 8fbbb3bcb368 |
UTF-8 | 岦竺h | 11100101101100101010011011100111101010111011101001101000 | e5b2a6e7abba68 |
UHC | ?竺h | 00111111111101011110011101101000 | 3ff5e768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)