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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | ?h? | 001111110110100000111111 | 3f683f |
EUC-JP | 堧h堧 | 10001111101110001010100001101000100011111011100010101000 | 8fb8a8688fb8a8 |
UTF-8 | 堧h堧 | 11100101101000001010011101101000111001011010000010100111 | e5a0a768e5a0a7 |
UHC | 堧h堧 | 1110011011000000011010001110011011000000 | e6c068e6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)