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 | 稙湫}稙湫{^ | 1110001001100101100111111101010101111101111000100110010110011111110101010111101101011110 | e2659fd57de2659fd57b5e |
EUC-JP | 稙湫}稙湫{^ | 1110001111000110110111101101011101111101111000111100011011011110110101110111101101011110 | e3c6ded77de3c6ded77b5e |
UTF-8 | 稙湫}稙湫{^ | 111001111010100010011001111001101011100110101011011111011110011110101000100110011110011010111001101010110111101101011110 | e7a899e6b9ab7de7a899e6b9ab7b5e |
UHC | 稙湫}稙湫{^ | 1111001011000010111101011101001101111101111100101100001011110101110100110111101101011110 | f2c2f5d37df2c2f5d37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)