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 | 1111000010101111100011101011000101000111 | f0af8eb147 |
SJIS-WIN | ???±G | 001111110011111100111111100000010111110101000111 | 3f3f3f817d47 |
EUC-JP | �G | 10001111101010011100001110001111101000101011010000111111101000011101111001000111 | 8fa9c38fa2b43fa1de47 |
UTF-8 | ð¯±G | 110000111011000011000010101011111100001010001110110000101011000101000111 | c3b0c2afc28ec2b147 |
UHC | ð??±G | 10101001101000110011111100111111101000011011111001000111 | a9a33f3fa1be47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)