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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鳰疇}鳰疇{^ | 1110100111101010111000010110010101111101111010011110101011100001011001010111101101011110 | e9eae1657de9eae1657b5e |
EUC-JP | 鳰疇}鳰疇{^ | 1111001011101100111000011100011001111101111100101110110011100001110001100111101101011110 | f2ece1c67df2ece1c67b5e |
UTF-8 | 鳰疇}鳰疇{^ | 111010011011001110110000111001111001011010000111011111011110100110110011101100001110011110010110100001110111101101011110 | e9b3b0e796877de9b3b0e796877b5e |
UHC | ?疇}?疇{^ | 001111111111000111000010011111010011111111110001110000100111101101011110 | 3ff1c27d3ff1c27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)