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 | û¢±C | 1111101110100010100011101011000101000011 | fba28eb143 |
SJIS-WIN | ?¢?±C | 00111111100000011001000100111111100000010111110101000011 | 3f81913f817d43 |
EUC-JP | û¢?±C | 100011111010101111100101101000011111000100111111101000011101111001000011 | 8fabe5a1f13fa1de43 |
UTF-8 | û¢±C | 110000111011101111000010101000101100001010001110110000101011000101000011 | c3bbc2a2c28ec2b143 |
UHC | ???±C | 001111110011111100111111101000011011111001000011 | 3f3f3fa1be43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)