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 | 皙筵}皙筵{^ | 1110000110101010111000101010010101111101111000011010101011100010101001010111101101011110 | e1aae2a57de1aae2a57b5e |
EUC-JP | 皙筵}皙筵{^ | 1110001010101100111001001010011101111101111000101010110011100100101001110111101101011110 | e2ace4a77de2ace4a77b5e |
UTF-8 | 皙筵}皙筵{^ | 111001111001101010011001111001111010110110110101011111011110011110011010100110011110011110101101101101010111101101011110 | e79a99e7adb57de79a99e7adb57b5e |
UHC | ?筵}?筵{^ | 001111111110011011011101011111010011111111100110110111010111101101011110 | 3fe6dd7d3fe6dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)