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 | 10001111101110111111100111010000111011101000111010110010100011101011010101000111 | 8fbbf9d0ee8eb28eb547 |
SJIS-WIN | ?????????G | 00111111001111110011111100111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f3f3f3f47 |
EUC-JP | ??ù?î????G | 0011111100111111100011111010101111100011001111111000111110101011110000100011111100111111001111110011111101000111 | 3f3f8fabe33f8fabc23f3f3f3f47 |
UTF-8 | »ùÐî²µG | 11000010100011111100001010111011110000111011100111000011100100001100001110101110110000101000111011000010101100101100001010001110110000101011010101000111 | c28fc2bbc3b9c390c3aec28ec2b2c28ec2b547 |
UHC | ???Ð??²??G | 001111110011111100111111101010001010001000111111001111111010100111110111001111110011111101000111 | 3f3f3fa8a23f3fa9f73f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)