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 | 盡簀}盡簀{^ | 1110000110110110111000101100010101111101111000011011011011100010110001010111101101011110 | e1b6e2c57de1b6e2c57b5e |
EUC-JP | 盡簀}盡簀{^ | 1110001010111000111001001100011101111101111000101011100011100100110001110111101101011110 | e2b8e4c77de2b8e4c77b5e |
UTF-8 | 盡簀}盡簀{^ | 111001111001101110100001111001111011000010000000011111011110011110011011101000011110011110110000100000000111101101011110 | e79ba1e7b0807de79ba1e7b0807b5e |
UHC | 盡?}盡?{^ | 111100101101011100111111011111011111001011010111001111110111101101011110 | f2d73f7df2d73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)