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 | æ]÷æ]á^ | 111001100101110110011100111101111110011001011101111000011000010001011110 | e65d9cf7e65de1845e |
SJIS-WIN | ?]?÷?]??^ | 00111111010111010011111110000001100000000011111101011101001111110011111101011110 | 3f5d3f81803f5d3f3f5e |
EUC-JP | æ]?÷æ]á?^ | 10001111101010011100000101011101001111111010000111100000100011111010100111000001010111011000111110101011101000010011111101011110 | 8fa9c15d3fa1e08fa9c15d8faba13f5e |
UTF-8 | æ]÷æ]á^ | 110000111010011001011101110000101001110011000011101101111100001110100110010111011100001110100001110000101000010001011110 | c3a65dc29cc3b7c3a65dc3a1c2845e |
UHC | æ]?÷æ]??^ | 101010011010000101011101001111111010000111000000101010011010000101011101001111110011111101011110 | a9a15d3fa1c0a9a15d3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)