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 | ???hh???h | 001111110011111100111111011010000110100000111111001111110011111101101000 | 3f3f3f68683f3f3f68 |
SJIS-WIN | シカhhシカh | 1111001011100100101111001011011001101000011010001111001011100100101111001011011001101000 | f2e4bcb66868f2e4bcb668 |
EUC-JP | ?シカhh?シカh | 00111111100011101011110010001110101101100110100001101000001111111000111010111100100011101011011001101000 | 3f8ebc8eb668683f8ebc8eb668 |
UTF-8 | シカhhシカh | 111011101000100010011011111011111011110110111100111011111011110110110110011010000110100011101110100010001001101111101111101111011011110011101111101111011011011001101000 | ee889befbdbcefbdb66868ee889befbdbcefbdb668 |
UHC | ???hh???h | 001111110011111100111111011010000110100000111111001111110011111101101000 | 3f3f3f68683f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)