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 | 痾盖\}痾盖\{^ | 11100001011111011110000110110011010111000111110111100001011111011110000110110011010111000111101101011110 | e17de1b35c7de17de1b35c7b5e |
EUC-JP | 痾盖\}痾盖\{^ | 11100001110111101110001010110101010111000111110111100001110111101110001010110101010111000111101101011110 | e1dee2b55c7de1dee2b55c7b5e |
UTF-8 | 痾盖\}痾盖\{^ | 1110011110010111101111101110011110011011100101100101110001111101111001111001011110111110111001111001101110010110010111000111101101011110 | e797bee79b965c7de797bee79b965c7b5e |
UHC | ?盖\}?盖\{^ | 0011111111001011110011000101110001111101001111111100101111001100010111000111101101011110 | 3fcbcc5c7d3fcbcc5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)