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 | å±è~ | 11100101100011111011000111101000100101011000101001111110 | e58fb1e8958a7e |
SJIS-WIN | ??±???~ | 0011111100111111100000010111110100111111001111110011111101111110 | 3f3f817d3f3f3f7e |
EUC-JP | å?±è??~ | 100011111010101110101001001111111010000111011110100011111010101110110010001111110011111101111110 | 8faba93fa1de8fabb23f3f7e |
UTF-8 | å±è~ | 11000011101001011100001010001111110000101011000111000011101010001100001010010101110000101000101001111110 | c3a5c28fc2b1c3a8c295c28a7e |
UHC | ??±???~ | 0011111100111111101000011011111000111111001111110011111101111110 | 3f3fa1be3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)