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 | ð£·^~ | 111100001010001110001110101101110101111001111110 | f0a38eb75e7e |
SJIS-WIN | ?£??^~ | 00111111100000011001001000111111001111110101111001111110 | 3f81923f3f5e7e |
EUC-JP | ð£??^~ | 100011111010100111000011101000011111001000111111001111110101111001111110 | 8fa9c3a1f23f3f5e7e |
UTF-8 | ð£·^~ | 11000011101100001100001010100011110000101000111011000010101101110101111001111110 | c3b0c2a3c28ec2b75e7e |
UHC | ð??·^~ | 1010100110100011001111110011111110100001101001000101111001111110 | a9a33f3fa1a45e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)