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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | □⊂?丹?^ | 100000011010000010000001101111000011111110010010010011110011111101011110 | 81a081bc3f924f3f5e |
EUC-JP | □⊂?丹?^ | 101000101010001010100010101111100011111111000011101100000011111101011110 | a2a2a2be3fc3b03f5e |
UTF-8 | □⊂룶丹춗^ | 11100010100101101010000111100010100010101000001011101011101000111011011011100100101110001011100111101100101101101001011101011110 | e296a1e28a82eba3b6e4b8b9ecb6975e |
UHC | □⊂룶丹춗^ | 1010000111100000101000011111100010001111101010111101001110100001101011010111010001011110 | a1e0a1f88fabd3a1ad745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)