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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | □⊂?幾?E | 100000011010000010000001101111000011111110001010111101000011111101000101 | 81a081bc3f8af43f45 |
EUC-JP | □⊂?幾?E | 101000101010001010100010101111100011111110110100111101100011111101000101 | a2a2a2be3fb4f63f45 |
UTF-8 | □⊂룵幾씸E | 11100010100101101010000111100010100010101000001011101011101000111011010111100101101110011011111011101100100101001011100001000101 | e296a1e28a82eba3b5e5b9beec94b845 |
UHC | □⊂룵幾씸E | 1010000111100000101000011111100010001111101010101101000011111010101111101100001001000101 | a1e0a1f88faad0fabec245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)