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 | }Ç}âë^ | 100011100111110110010111110001111000111001111101111000101110101101011110 | 8e7d97c78e7de2eb5e |
SJIS-WIN | ?}???}??^ | 001111110111110100111111001111110011111101111101001111110011111101011110 | 3f7d3f3f3f7d3f3f5e |
EUC-JP | ?}?Ç?}âë^ | 001111110111110100111111100011111010101010101110001111110111110110001111101010111010010010001111101010111011001101011110 | 3f7d3f8faaae3f7d8faba48fabb35e |
UTF-8 | }Ç}âë^ | 110000101000111001111101110000101001011111000011100001111100001010001110011111011100001110100010110000111010101101011110 | c28e7dc297c387c28e7dc3a2c3ab5e |
UHC | ?}???}??^ | 001111110111110100111111001111110011111101111101001111110011111101011110 | 3f7d3f3f3f7d3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)