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 | תG | 1000111011010111100011101010101001000111 | 8ed78eaa47 |
SJIS-WIN | ?×??G | 001111111000000101111110001111110011111101000111 | 3f817e3f3f47 |
EUC-JP | ?×?ªG | 0011111110100001110111110011111110001111101000101110110001000111 | 3fa1df3f8fa2ec47 |
UTF-8 | תG | 110000101000111011000011100101111100001010001110110000101010101001000111 | c28ec397c28ec2aa47 |
UHC | ?×?ªG | 00111111101000011011111100111111101010001010001101000111 | 3fa1bf3fa8a347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)