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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 樹豌樹豌^ | 100011101111011111100110101100001000111011110111111001101011000001011110 | 8ef7e6b08ef7e6b05e |
EUC-JP | 樹豌樹豌^ | 101111001111100111101100101100101011110011111001111011001011001001011110 | bcf9ecb2bcf9ecb25e |
UTF-8 | 樹豌樹豌^ | 11100110101010001011100111101000101100011000110011100110101010001011100111101000101100011000110001011110 | e6a8b9e8b18ce6a8b9e8b18c5e |
UHC | 樹豌樹豌^ | 111000101010011111101000110101011110001010100111111010001101010101011110 | e2a7e8d5e2a7e8d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)