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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 嫉\}嫉\{^ | 11110010101010001000111010111001010111000111110111110010101010001000111010111001010111000111101101011110 | f2a88eb95c7df2a88eb95c7b5e |
EUC-JP | ?嫉\}?嫉\{^ | 0011111110111100101110110101110001111101001111111011110010111011010111000111101101011110 | 3fbcbb5c7d3fbcbb5c7b5e |
UTF-8 | 嫉\}嫉\{^ | 1110111010000111100111111110010110101011100010010101110001111101111011101000011110011111111001011010101110001001010111000111101101011110 | ee879fe5ab895c7dee879fe5ab895c7b5e |
UHC | ?嫉\}?嫉\{^ | 0011111111110010111011000101110001111101001111111111001011101100010111000111101101011110 | 3ff2ec5c7d3ff2ec5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)