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 | ò®²}B | 111100101010111010001110101100100111110101000010 | f2ae8eb27d42 |
SJIS-WIN | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
EUC-JP | ò®??}B | 10001111101010111101001010001111101000101110111000111111001111110111110101000010 | 8fabd28fa2ee3f3f7d42 |
UTF-8 | ò®²}B | 11000011101100101100001010101110110000101000111011000010101100100111110101000010 | c3b2c2aec28ec2b27d42 |
UHC | ?®?²}B | 0011111110100010111001110011111110101001111101110111110101000010 | 3fa2e73fa9f77d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)