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 | 11101000110111111010100001101000 | e8dfa868 |
SJIS-WIN | ??¨h | 0011111100111111100000010100111001101000 | 3f3f814e68 |
EUC-JP | èߨh | 100011111010101110110010100011111010100111001110101000011010111101101000 | 8fabb28fa9cea1af68 |
UTF-8 | èߨh | 11000011101010001100001110011111110000101010100001101000 | c3a8c39fc2a868 |
UHC | ?ߨh | 001111111010100110101100101000011010011101101000 | 3fa9aca1a768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)