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 | 町粉}町粉{^ | 1001001010101100100101011011001001111101100100101010110010010101101100100111101101011110 | 92ac95b27d92ac95b27b5e |
EUC-JP | 町粉}町粉{^ | 1100010010101110110010101011010001111101110001001010111011001010101101000111101101011110 | c4aecab47dc4aecab47b5e |
UTF-8 | 町粉}町粉{^ | 111001111001010010111010111001111011001010001001011111011110011110010100101110101110011110110010100010010111101101011110 | e794bae7b2897de794bae7b2897b5e |
UHC | 町粉}町粉{^ | 1110111111101011110111011100111101111101111011111110101111011101110011110111101101011110 | efebddcf7defebddcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)